add taskId to appdb

This commit is contained in:
Girish Ramakrishnan
2019-08-26 15:28:29 -07:00
parent 0d31207ad7
commit 99c9fbc38f
3 changed files with 11 additions and 6 deletions

View File

@@ -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) {