chore(cli): remove dbmem from tests (#18195)

This commit is contained in:
Hugo Dutka
2025-06-05 09:29:31 +02:00
committed by GitHub
parent 9ef44e6be2
commit bb2c19562b
2 changed files with 56 additions and 62 deletions

View File

@ -651,9 +651,9 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
AppHostname: appHostname,
AppHostnameRegex: appHostnameRegex,
Logger: logger.Named("coderd"),
Database: dbmem.New(),
Database: nil,
BaseDERPMap: derpMap,
Pubsub: pubsub.NewInMemory(),
Pubsub: nil,
CacheDir: cacheDir,
GoogleTokenValidator: googleTokenValidator,
ExternalAuthConfigs: externalAuthConfigs,