Skip to content

Commit

Permalink
fix: remove httpyac header in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 2, 2023
1 parent f0f22bb commit 339c20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/request/http.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('request.http', () => {
await sendHttp(`GET /get HTTP/1.1`, { host: `http://localhost:${localServer.port}` });

const requests = await mockedEndpoints.getSeenRequests();
expect(requests[0].headers['user-agent']).toBe('httpyac');
expect(requests[0].url).toBe(`http://localhost:${localServer.port}/get`);
});

Expand Down

0 comments on commit 339c20a

Please sign in to comment.