From 4478863d7c55d0129c361b004f7400121ca2cd54 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 30 Aug 2026 22:23:12 +0200 Subject: [PATCH] test(service): update router route snapshot for the new zone candidates endpoint TestPrintRoutes compares against a checked-in route list; the new GET .../zone/candidates route (added for Zone.js's candidate source fix) needs to be reflected there too. Co-Authored-By: Claude Sonnet 5 --- cmd/soundtouch-service/testdata/router_routes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/soundtouch-service/testdata/router_routes.txt b/cmd/soundtouch-service/testdata/router_routes.txt index 57306b7c..9f8d0b3f 100644 --- a/cmd/soundtouch-service/testdata/router_routes.txt +++ b/cmd/soundtouch-service/testdata/router_routes.txt @@ -46,6 +46,7 @@ GET /api/control/devices/{id}/power-status soundtouch GET /api/control/devices/{id}/recents soundtouchweb.(*WebApp).HandleDeviceRecents-fm GET /api/control/devices/{id}/ws soundtouchweb.(*WebApp).HandleDeviceWebSocket-fm GET /api/control/devices/{id}/zone/ soundtouchweb.(*WebApp).HandleGetZone-fm +GET /api/control/devices/{id}/zone/candidates soundtouchweb.(*WebApp).HandleGetZoneCandidates-fm GET /api/control/providers/library/servers soundtouchweb.(*WebApp).HandleDiscoverLibraryServers-fm GET /api/control/providers/radiobrowser/search soundtouchweb.(*WebApp).HandleRadioBrowserSearch-fm GET /api/control/providers/tunein/navigate soundtouchweb.(*WebApp).HandleTuneInNavigate-fm