Skip to content

Commit

Permalink
test: remove deprecated option from fake server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Aug 11, 2021
1 parent 104b07d commit 39da98f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/fake-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function fakeServer(root, apikey) {
const server = restify.createServer({
name: 'snyk-mock-server',
version: '1.0.0',
handleUncaughtExceptions: true,
}) as FakeServer;
server._reqLog = [];
server.popRequest = () => {
Expand Down

0 comments on commit 39da98f

Please sign in to comment.