Skip to content

feat: merge exisiting headers with ones loader/action sets #473

feat: merge exisiting headers with ones loader/action sets

feat: merge exisiting headers with ones loader/action sets #473

Triggered via pull request August 17, 2024 23:08
Status Failure
Total duration 1m 1s
Artifacts

test-pr.yml

on: pull_request
test  /  ⚙️ Build
27s
test / ⚙️ Build
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
__tests__/index.test.ts > fastify createRequestHandler > basic requests > sets headers: packages/remix-fastify/__tests__/index.test.ts#L159
AssertionError: expected [ …(7) ] to deeply equal [ …(3) ] - Expected + Received Array [ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", "third=three; Expires=Wed, 21 Oct 2015 07:28:00 GMT; Path=/; HttpOnly; Secure; SameSite=Lax", ] ❯ __tests__/index.test.ts:159:46
test / ubuntu-latest | latest
Process completed with exit code 1.
__tests__/index.test.ts > fastify createRequestHandler > basic requests > sets headers: packages/remix-fastify/__tests__/index.test.ts#L159
AssertionError: expected [ …(7) ] to deeply equal [ …(3) ] - Expected + Received Array [ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", "third=three; Expires=Wed, 21 Oct 2015 07:28:00 GMT; Path=/; HttpOnly; Secure; SameSite=Lax", ] ❯ __tests__/index.test.ts:159:46
test / macos-latest | latest
Process completed with exit code 1.
__tests__/index.test.ts > fastify createRequestHandler > basic requests > sets headers: packages/remix-fastify/__tests__/index.test.ts#L159
AssertionError: expected [ …(7) ] to deeply equal [ …(3) ] - Expected + Received Array [ "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", + "first=one; Expires=0; Path=/; HttpOnly; Secure; SameSite=Lax", "second=two; MaxAge=1209600; Path=/; HttpOnly; Secure; SameSite=Lax", "third=three; Expires=Wed, 21 Oct 2015 07:28:00 GMT; Path=/; HttpOnly; Secure; SameSite=Lax", ] ❯ __tests__/index.test.ts:159:46
test / windows-latest | latest
Process completed with exit code 1.