add redis status

part of #671
This commit is contained in:
Girish Ramakrishnan
2020-05-03 17:38:15 -07:00
parent d60714e4e6
commit dcaccc2d7a
5 changed files with 156 additions and 62 deletions

View File

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