Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 93d4e3b

Browse files
Fix connectedAccounts.get test (#207)
* Fix tests * Add container logs to CI * Enable DISABLE_CLERK_JWKS_REFRESH * Disable failing tasks * Update task name to disable * Remove disabling tasks * Revert changed except for connectedAccounts.get tests
1 parent 460bf41 commit 93d4e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/routes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ test(
331331
{
332332
args: (seed) => [
333333
{
334-
email: "user-3@example.com",
334+
email: "user-4@example.com",
335335
},
336336
],
337337
},

0 commit comments

Comments
 (0)