We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbf0271f commitac4be15Copy full SHA for ac4be15
coderd/runtimeconfig/entry_test.go
@@ -5,7 +5,7 @@ import (
5
6
"github.com/stretchr/testify/require"
7
8
-"github.com/coder/coder/v2/coderd/database/dbmem"
+"github.com/coder/coder/v2/coderd/database/dbtestutil"
9
"github.com/coder/coder/v2/coderd/runtimeconfig"
10
"github.com/coder/coder/v2/testutil"
11
"github.com/coder/serpent"
@@ -32,7 +32,7 @@ func TestEntry(t *testing.T) {
32
33
ctx:=testutil.Context(t,testutil.WaitShort)
34
mgr:=runtimeconfig.NewManager()
35
-db:=dbmem.New()
+db,_:=dbtestutil.NewDB(t)
36
37
override:=serpent.String("dogfood@dev.coder.com")
38
@@ -54,7 +54,7 @@ func TestEntry(t *testing.T) {
54
55
56
57
58
59
override:= serpent.Struct[map[string]string]{
60
Value:map[string]string{