Skip to content

Commit

Permalink
update testing setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Sep 1, 2019
1 parent e2b1158 commit c61b996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function checkIsControllerInstalled(cb, counter) {
try {
var f = fs.readFileSync(dataDir + 'objects.json');
var objects = JSON.parse(f.toString());
if (objects['system.adapter.admin.0']) {
if (objects['system.certificates']) {
console.log('checkIsControllerInstalled: installed!');
setTimeout(function () {
if (cb) cb();
Expand Down

0 comments on commit c61b996

Please sign in to comment.