Skip to content

Commit bc6dec0

Browse files
committed
fix apikey test
1 parent 6ad169d commit bc6dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/apikey/apikey_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestGenerate(t *testing.T) {
9090
LifetimeSeconds: int64(time.Hour.Seconds()),
9191
TokenName: "hello",
9292
RemoteAddr: "1.2.3.4",
93-
Scope: database.APIKeyScopeApplicationConnect,
93+
Scope: "",
9494
},
9595
},
9696
}

0 commit comments

Comments
 (0)