Skip to content

Commit 48f56d5

Browse files
test: fix
1 parent 6406db6 commit 48f56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/options-middleware.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("handle options-request correctly", () => {
7878
htmlUrl,
7979
);
8080

81-
expect(responseStatus).toEqual([200, 204, 200]);
81+
expect(responseStatus.sort()).toEqual([200, 200, 204]);
8282
} catch (error) {
8383
throw error;
8484
} finally {

0 commit comments

Comments
 (0)