Merge branch 'main' into chat-pane-j87v

This commit is contained in:
Jaayden Halko
2026-06-02 22:07:55 +08:00
committed by GitHub
+1 -1
View File
@@ -14828,7 +14828,7 @@ func TestAIGatewayKeysTableConstraints(t *testing.T) {
ctx := testutil.Context(t, testutil.WaitShort)
_, err = db.InsertAIGatewayKey(ctx, tc.params)
_, err := db.InsertAIGatewayKey(ctx, tc.params)
require.Error(t, err)
requireAIGatewayKeysViolation(t, err, tc.expectUniqueErr, tc.expectCheckErr)
})