downgrade userId #36
Annotations
2 errors and 1 warning
convex/rateLimit.test.ts > rate limit on password:
test/convex/rateLimit.test.ts#L101
AssertionError: promise resolved "{ tokens: { …(2) } }" instead of rejecting
- Expected
+ Received
- [Error: rejected promise]
+ Object {
+ "tokens": Object {
+ "refreshToken": "10007;authRefreshTokens|10006;authSessions",
+ "token": "***",
+ },
+ }
❯ convex/rateLimit.test.ts:101:3
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|