update testAdapter.js
This commit is contained in:
+1
-1
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user