Skip to content

Commit

Permalink
Close webhook server
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Jan 28, 2021
1 parent 013b342 commit b9414e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export default function webhookTest({ getService }: FtrProviderContext) {

expect(result.status).to.eql('ok');
});

after(() => {
webhookServer.close();
});
});
});
}

0 comments on commit b9414e3

Please sign in to comment.