Skip to content

Commit

Permalink
fix: agent requires a certificate generator
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Oct 26, 2022
1 parent 360c9d2 commit 6715750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end/test/websocket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ afterEach(Helpers.afterEach);

describe('Websocket tests', () => {
it('can wait for a websocket', async () => {
const mitmServer = await MitmServer.start();
const mitmServer = await MitmServer.start(null);
const upgradeSpy = jest.spyOn(HttpUpgradeHandler.prototype, 'onUpgrade');
Helpers.needsClosing.push(mitmServer);

Expand Down

0 comments on commit 6715750

Please sign in to comment.