Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb2c195

Browse files
authored
chore(cli): remove dbmem from tests (#18195)
1 parent9ef44e6 commitbb2c195

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)

[8]ページ先頭

©2009-2025 Movatter.jp