update testAdapter.js

This commit is contained in:
Ingo Fischer
2022-01-29 16:08:30 +01:00
parent 4e19c7e334
commit 1f1fc7ef43
+1 -1
View File
@@ -78,7 +78,7 @@ describe('Test ' + adapterShortName + ' adapter', function() {
this.timeout(600000); // because of first install from npm this.timeout(600000); // because of first install from npm
setup.setupController(async function () { setup.setupController(async function () {
var config = setup.getAdapterConfig(); var config = await setup.getAdapterConfig();
// enable adapter // enable adapter
config.common.enabled = true; config.common.enabled = true;
config.common.loglevel = 'debug'; config.common.loglevel = 'debug';