diff --git a/test/integration/smoke.test.ts b/test/integration/smoke.test.ts index 280cf1a7..349002cf 100644 --- a/test/integration/smoke.test.ts +++ b/test/integration/smoke.test.ts @@ -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 }; });