Skip to content

Commit 1bb6d0f

Browse files
committed
Fix audit logging default
1 parent 586b3e8 commit 1bb6d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enterprise/coderd/coderdenttest/coderdenttest.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ func NewWithAPI(t *testing.T, options *Options) (*codersdk.Client, io.Closer, *c
5353
}
5454
srv, oop := coderdtest.NewOptions(t, options.Options)
5555
coderAPI, err := coderd.New(context.Background(), &coderd.Options{
56-
Options: oop,
56+
AuditLogging: true,
57+
Options: oop,
5758
Keys: map[string]ed25519.PublicKey{
5859
testKeyID: testPublicKey,
5960
},

0 commit comments

Comments
 (0)