Skip to content

Commit a898dfb

Browse files
author
Jahed Ahmed
authoredAug 12, 2021
Merge pull request #2158 from snyk/test/deprecated-mock-server-option
test: remove deprecated option from fake server
2 parents 37a1fa1 + 39da98f commit a898dfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎test/acceptance/fake-server.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export function fakeServer(root, apikey) {
1515
const server = restify.createServer({
1616
name: 'snyk-mock-server',
1717
version: '1.0.0',
18-
handleUncaughtExceptions: true,
1918
}) as FakeServer;
2019
server._reqLog = [];
2120
server.popRequest = () => {

0 commit comments

Comments
 (0)
Please sign in to comment.