Skip to content

Commit

Permalink
Improvement fo GUI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Aug 18, 2024
1 parent 632298a commit 47cc57e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ describe('Test PING', function () {
systemConfig.common.diag = 'none';
await setup.setObject('system.config', systemConfig);

// lets the admin adapter start on port 18081
// lets the admin adapter start on port 8081
const adminConfig = await setup.getAdapterConfig(0, 'admin');
if (adminConfig?.common) {
adminConfig.native.port = 18081;
adminConfig.common.enabled = true;
await setup.setAdapterConfig(adminConfig.common, adminConfig.native, 0, 'admin');
}
Expand Down

0 comments on commit 47cc57e

Please sign in to comment.