test: fix tests

This commit is contained in:
Stavros
2025-07-05 14:46:56 +03:00
parent 3fe17cb4ec
commit 0e43c50ac0
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ func getServer(t *testing.T) *server.Server {
Password: user.Password,
},
}
auth := auth.NewAuth(authConfig, docker)
auth := auth.NewAuth(authConfig, docker, nil)
// Create providers service
providers := providers.NewProviders(types.OAuthConfig{})