Skip to content

Commit

Permalink
lint after snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Dec 6, 2024
1 parent 83a685a commit b841e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/shared/request.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ describe("request tests", () => {
redirect: true,
});
expect(mockFetchLib.mock.calls).toMatchSnapshot();
expect(outputFromLoggerWithTimestamps(mockLogger.info.mock.calls)).toMatchInlineSnapshot(`"GET https://server/path?hello=world&foo=bar#hashed 200 OK (88ms)"`);
expect(outputFromLoggerWithTimestamps(mockLogger.info.mock.calls)).toMatchInlineSnapshot(
`"GET https://server/path?hello=world&foo=bar#hashed 200 OK (88ms)"`
);
});

test("handling too many requests with falloff", async () => {
Expand Down

0 comments on commit b841e65

Please sign in to comment.