Skip to content

Commit

Permalink
Merge pull request #2158 from snyk/test/deprecated-mock-server-option
Browse files Browse the repository at this point in the history
test: remove deprecated option from fake server
  • Loading branch information
Jahed Ahmed committed Aug 12, 2021
2 parents 37a1fa1 + 39da98f commit a898dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/fake-server.ts
Expand Up @@ -15,7 +15,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 a898dfb

Please sign in to comment.