Files
minstrel/internal/api
bvandeusen 9e67088fdb
test-go / test (push) Failing after 13s
test-go / integration (push) Failing after 9m41s
fix(server): TestRoutesRegisteredInMount - missing streamSecret arg
go vet caught the test's Mount call missing the trailing []byte
streamSecret arg added by the UPnP slice's Task 2. The test passed nil
for *playlists.Scheduler but didn't pass anything for []byte, so the
arg count was one short.

Added nil for the streamSecret position - the test exercises route
registration only, not the cast-token endpoint, so the secret value
doesn't matter for what this test asserts.
2026-06-03 13:30:36 -04:00
..