Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Feb 13, 2024
1 parent 8d71f79 commit 315bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground-preview-worker/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe("Preview Worker", () => {
'"/hello?world"'
);
expect(resp.headers.get("set-cookie") ?? "").toMatchInlineSnapshot(
`"token=${defaultUserToken}; Domain=random-data.playground-testing.devprod.cloudflare.dev; Path=/; HttpOnly; Secure; SameSite=None"`
`"token=${defaultUserToken}; Domain=random-data.playground-testing.devprod.cloudflare.dev; Path=/; HttpOnly; Secure; SameSite=None; Partitioned"`
);
});
it("shouldn't be redirected with no token", async () => {
Expand Down

0 comments on commit 315bc87

Please sign in to comment.