rename appVolumes to appMounts
This commit is contained in:
@@ -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: {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user