Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored and wolfy1339 committed Jan 8, 2025
1 parent 1dd9b3b commit d3a11be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe("Smoke tests", () => {
expect(
mock.callHistory.calls()[0].options.headers!["user-agent"],
).toMatch(/^my-app\/1.2.3 /);
// expect(headers["user-agent"]).toMatch(/^my-app\/1.2.3 /);

return { ok: true };
});
Expand Down

0 comments on commit d3a11be

Please sign in to comment.