We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e7e52 commit 678d932Copy full SHA for 678d932
1 file changed
test/testAuthMethods.test.js
@@ -40,4 +40,8 @@ describe('auth methods', async () => {
40
41
expect(() => config.getAuthMethods()).to.throw(Error, 'No authentication method enabled');
42
});
43
+
44
+ after(async function () {
45
+ await service.httpServer.close();
46
+ });
47
0 commit comments