Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 23, 2024
1 parent 6406db6 commit 48f56d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/options-middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("handle options-request correctly", () => {
htmlUrl,
);

expect(responseStatus).toEqual([200, 204, 200]);
expect(responseStatus.sort()).toEqual([200, 200, 204]);
} catch (error) {
throw error;
} finally {
Expand Down

0 comments on commit 48f56d5

Please sign in to comment.