test: fix dockerproxy test

This commit is contained in:
Girish Ramakrishnan
2025-06-06 18:07:03 +02:00
parent dffa3b7986
commit 4ffff84540
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();