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
|
* Create a dedicated logger for RESTClient, from the provided werelogs API
|
||||||
* instance.
|
* instance.
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
"eslint-config-airbnb": "6.2.0",
|
"eslint-config-airbnb": "6.2.0",
|
||||||
"eslint-config-scality": "scality/Guidelines#ec33dfb",
|
"eslint-config-scality": "scality/Guidelines#ec33dfb",
|
||||||
"eslint-plugin-react": "^4.3.0",
|
"eslint-plugin-react": "^4.3.0",
|
||||||
"mocha": "8.0.1",
|
"mocha": "2.5.3",
|
||||||
"sinon": "^9.0.2",
|
"sinon": "^9.0.2",
|
||||||
"temp": "0.9.1"
|
"temp": "0.9.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -59,7 +59,6 @@ describe('REST interface for blob data storage', () => {
|
||||||
|
|
||||||
after(done => {
|
after(done => {
|
||||||
server.stop();
|
server.stop();
|
||||||
client.destroy();
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue