Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 27, 2024
1 parent 92ca6d8 commit 4ef8b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5328,7 +5328,7 @@ describe.each([
expect(response.statusCode).toEqual(200);
expect(response.headers.etag).toBe(
/* cspell:disable-next-line */
'"18c7-l/LCspQS5fbbf1kkLGOsK9FTpbg"',
'"1904-nDiSRnwlfx0nYluhHe2GnxHXgzc"',
);
});

Expand Down Expand Up @@ -5390,7 +5390,7 @@ describe.each([
expect(response.statusCode).toEqual(200);
expect(response.headers.etag).toBe(
/* cspell:disable-next-line */
'"18c7-l/LCspQS5fbbf1kkLGOsK9FTpbg"',
'"1904-nDiSRnwlfx0nYluhHe2GnxHXgzc"',
);
});
});
Expand Down

0 comments on commit 4ef8b52

Please sign in to comment.