Remove the CollectionHandler field from router.Config struct literal in cmd/server/tests/test_helpers.go. This field was removed from the Config struct in a previous commit. The collection routes are registered directly in handlers.SetupRoutes() and don't need to be passed through the router config.