fix(core): update

This commit is contained in:
2019-09-15 15:08:48 +02:00
parent 44f2aab2f6
commit 225c1be14c
3 changed files with 34 additions and 33 deletions

View File

@ -107,9 +107,6 @@ tap.test('should create a service', async () => {
ports: []
});
await testSecret.update(`{"updated": "socool"}`);
await testService.update();
await testService.remove();
await testNetwork.remove();
await testSecret.remove();