Skip to content

Commit bb2c195

Browse files
authored
chore(cli): remove dbmem from tests (#18195)
1 parent 9ef44e6 commit bb2c195

File tree

2 files changed

+56
-62
lines changed

2 files changed

+56
-62
lines changed

cli/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
651651
AppHostname: appHostname,
652652
AppHostnameRegex: appHostnameRegex,
653653
Logger: logger.Named("coderd"),
654-
Database: dbmem.New(),
654+
Database: nil,
655655
BaseDERPMap: derpMap,
656-
Pubsub: pubsub.NewInMemory(),
656+
Pubsub: nil,
657657
CacheDir: cacheDir,
658658
GoogleTokenValidator: googleTokenValidator,
659659
ExternalAuthConfigs: externalAuthConfigs,

0 commit comments

Comments
 (0)