fix(core): update

This commit is contained in:
2019-09-13 18:20:12 +02:00
parent ad67849d45
commit 83c49a6234
9 changed files with 50 additions and 40 deletions

View File

@ -72,7 +72,6 @@ tap.test('should remove a secret by name', async () => {
await mySecret.remove();
});
// SERVICES
tap.test('should activate swarm mode', async () => {
await testDockerHost.activateSwarm();
@ -98,8 +97,8 @@ tap.test('should create a service', async () => {
});
const testService = await docker.DockerService.createService(testDockerHost, {
image: testImage,
labels: {
'testlabel': 'hi'
labels: {
testlabel: 'hi'
},
name: 'testService',
networks: [testNetwork],