@@ -420,7 +420,7 @@ describe('database', function () {
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
servicesConfig: {}
|
||||
};
|
||||
|
||||
it('cannot delete referenced domain', function (done) {
|
||||
@@ -893,7 +893,7 @@ describe('database', function () {
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
servicesConfig: {}
|
||||
};
|
||||
|
||||
var APP_1 = {
|
||||
@@ -926,7 +926,7 @@ describe('database', function () {
|
||||
label: null,
|
||||
taskId: null,
|
||||
binds: {},
|
||||
serviceConfig: {}
|
||||
servicesConfig: {}
|
||||
};
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user