test: fix dockerproxy test
This commit is contained in:
@@ -36,8 +36,8 @@ describe('Dockerproxy', function () {
|
||||
|
||||
// create a container to test against
|
||||
before(async function () {
|
||||
if (nock.isActive()) nock.restore(); // required to connect to the docker socket
|
||||
await setup();
|
||||
if (nock.isActive()) nock.restore(); // required to connect to the docker socket
|
||||
await syslogServer.start();
|
||||
await dockerProxy.start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user