chore(deps): bump github.com/labstack/echo-jwt/v4 from 4.2.0 to 4.3.0 #3309
Annotations
4 errors, 2 warnings, and 1 notice
Run integration tests:
api-tests/tests/auth.spec.ts#L53
1) [api] › auth.spec.ts:50:7 › no authorization header › auth header fails with no content ───────
Error: expect(received).toEqual(expected) // deep equality
Expected: 401
Received: 400
51 | const version = await request.get('/v1/version');
52 |
> 53 | expect(version.status()).toEqual(401);
| ^
54 | });
55 |
56 | test('auth cookie fails with invalid token', async ({ browser }) => {
at /home/runner/work/everest/everest/api-tests/tests/auth.spec.ts:53:30
|
Run integration tests:
api-tests/tests/auth.spec.ts#L53
1) [api] › auth.spec.ts:50:7 › no authorization header › auth header fails with no content ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 401
Received: 400
51 | const version = await request.get('/v1/version');
52 |
> 53 | expect(version.status()).toEqual(401);
| ^
54 | });
55 |
56 | test('auth cookie fails with invalid token', async ({ browser }) => {
at /home/runner/work/everest/everest/api-tests/tests/auth.spec.ts:53:30
|
Run integration tests:
api-tests/tests/auth.spec.ts#L53
1) [api] › auth.spec.ts:50:7 › no authorization header › auth header fails with no content ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: 401
Received: 400
51 | const version = await request.get('/v1/version');
52 |
> 53 | expect(version.status()).toEqual(401);
| ^
54 | });
55 |
56 | test('auth cookie fails with invalid token', async ({ browser }) => {
at /home/runner/work/everest/everest/api-tests/tests/auth.spec.ts:53:30
|
Run integration tests
Process completed with exit code 2.
|
Set up Go release
Restore cache failed: Dependencies file is not found in /home/runner/work/everest/everest. Supported file pattern: go.sum
|
Run integration tests
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Run integration tests
1 failed
[api] › auth.spec.ts:50:7 › no authorization header › auth header fails with no content ────────
53 passed (3.7m)
|
Loading