Skip to content

Commit 1882d89

Browse files
sommeeeervicb
authored andcommitted
set toBeUndefined
1 parent 24a09fc commit 1882d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/e2e/pages-router/e2e/header.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ test("should test if poweredByHeader adds the correct headers ", async ({ page }
1010
expect(headers?.["x-powered-by"]).toBe("Next.js");
1111
expect(headers?.["x-opennext"]).toBe("1");
1212
// This header should be defined cause we have set the `OPEN_NEXT_REQUEST_ID_HEADER` env variable in wrangler.jsonc
13-
expect(headers?.["x-opennext-requestid"]).not.toBeFalsy();
13+
expect(headers?.["x-opennext-requestid"]).not.toBeUndefined();
1414
});

0 commit comments

Comments
 (0)