Skip to content

Commit fa32454

Browse files
committed
Use auth.name for AI gateway auth namespace
1 parent 92a3055 commit fa32454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/backend/tailor.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const auth = defineAuth("e2e-auth", {
3333
});
3434

3535
const aiGateway = defineAIGateway("e2e-ai-gateway", {
36-
authNamespace: "default",
36+
authNamespace: auth.name,
3737
cors: [oauth2Config.redirectURIs[0]],
3838
});
3939

0 commit comments

Comments
 (0)