diff --git a/cmd/server/tests/dashboard_integration_test.go b/cmd/server/tests/dashboard_integration_test.go index bd0cbc2..a4ec9de 100644 --- a/cmd/server/tests/dashboard_integration_test.go +++ b/cmd/server/tests/dashboard_integration_test.go @@ -209,7 +209,7 @@ func (s *DashboardIntegrationTestSuite) TestRestoreSystemCollection_Unauthorized func (s *DashboardIntegrationTestSuite) TestRestoreSystemCollection_ValidNames() { token := s.setup.Token - validCollections := []string{"continue-reading", "recently-added", "recently-read", "not-started"} + validCollections := []string{"Continue Reading", "Recently Added", "Recently Read", "Not Started"} for _, collName := range validCollections { s.T().Run(collName, func(t *testing.T) {