rename appVolumes to appMounts

This commit is contained in:
Girish Ramakrishnan
2020-10-28 19:42:48 -07:00
parent 4388f6e87c
commit 88ed545830
8 changed files with 35 additions and 46 deletions

View File

@@ -417,7 +417,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
volumes: [],
mounts: [],
servicesConfig: {}
};
@@ -890,7 +890,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
volumes: [],
mounts: [],
servicesConfig: {}
};
@@ -923,7 +923,7 @@ describe('database', function () {
tags: [],
label: null,
taskId: null,
volumes: [],
mounts: [],
servicesConfig: {}
};