fix(core): update

This commit is contained in:
2019-09-13 22:37:38 +02:00
parent a48e1e035e
commit 5c6c06dee6
3 changed files with 9 additions and 2 deletions

View File

@ -103,7 +103,8 @@ tap.test('should create a service', async () => {
name: 'testService',
networks: [testNetwork],
networkAlias: 'testService',
secrets: [testSecret]
secrets: [testSecret],
ports: []
});
await testSecret.update(`{"updated": "socool"}`);