Compare commits
No commits in common. "f828aec3291e330a6e0ab2aa5d7b8dacaf753ff3" and "6eacd79f079cbdff752fac0db88256b380716dd7" have entirely different histories.
f828aec329
...
6eacd79f07
|
@ -88,16 +88,6 @@ class RESTClient {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy the HTTP agent, forcing a close of the remaining open
|
||||
* connections
|
||||
*
|
||||
* @return {undefined}
|
||||
*/
|
||||
destroy() {
|
||||
this.httpAgent.destroy();
|
||||
}
|
||||
|
||||
/*
|
||||
* Create a dedicated logger for RESTClient, from the provided werelogs API
|
||||
* instance.
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"eslint-config-airbnb": "6.2.0",
|
||||
"eslint-config-scality": "scality/Guidelines#ec33dfb",
|
||||
"eslint-plugin-react": "^4.3.0",
|
||||
"mocha": "8.0.1",
|
||||
"mocha": "2.5.3",
|
||||
"sinon": "^9.0.2",
|
||||
"temp": "0.9.1"
|
||||
},
|
||||
|
|
|
@ -59,7 +59,6 @@ describe('REST interface for blob data storage', () => {
|
|||
|
||||
after(done => {
|
||||
server.stop();
|
||||
client.destroy();
|
||||
done();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue