Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit b6798f2

Browse files
author
Chris Wiechmann
committed
Update test_search_custom_restrictionPermissions.js
1 parent 3aa4aa0 commit b6798f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apibuilder4elastic/test/trafficMonitorAPI/asAdmin/http/test_search_custom_restrictionPermissions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ describe('Endpoints', function () {
4141
});
4242
});
4343

44+
afterEach(() => {
45+
nock.cleanAll();
46+
});
47+
4448
/**
4549
* Stop API Builder after the tests.
4650
*/

0 commit comments

Comments
 (0)