mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
soundtouch.local relied on mDNS resolution, which works on developer macOS but not in CI/Linux. With the new server_url validation, an unresolvable hostname now correctly causes DNS to refuse to start -- which flips dnsEnabled to false and made the test fail honestly instead of passing while DNS was silently broken. Switch the fixture to 127.0.0.1 so the test exercises the DNS-enabled path everywhere. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>