add taskId to appdb
This commit is contained in:
@@ -412,7 +412,8 @@ describe('database', function () {
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: '',
|
||||
tags: [],
|
||||
label: null
|
||||
label: null,
|
||||
taskId: null
|
||||
};
|
||||
|
||||
it('cannot delete referenced domain', function (done) {
|
||||
@@ -994,7 +995,8 @@ describe('database', function () {
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: '',
|
||||
tags: [],
|
||||
label: null
|
||||
label: null,
|
||||
taskId: null
|
||||
};
|
||||
|
||||
var APP_1 = {
|
||||
@@ -1025,7 +1027,8 @@ describe('database', function () {
|
||||
enableAutomaticUpdate: true,
|
||||
dataDir: '',
|
||||
tags: [],
|
||||
label: null
|
||||
label: null,
|
||||
taskId: null
|
||||
};
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user