Skip to content

Commit 7194ede

Browse files
author
shyamala
committed
testing
1 parent b727f20 commit 7194ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/ibm-analytics-engine-api.v3.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
const IbmAnalyticsEngineApiV3 = require('../../dist/ibm-analytics-engine-api/v3');
2020
const { readExternalSources } = require('ibm-cloud-sdk-core');
2121
const authHelper = require('../resources/auth-helper.js');
22-
const describe1 = authHelper.describe; // this runs describe.skip if there is no auth.js file :)
22+
const describe = authHelper.describe; // this runs describe.skip if there is no auth.js file :)
2323
// testcase timeout value (200s).
2424
const timeout = 200000;
2525

2626
// Location of our config file.
2727
const configFile = 'ibm_analytics_engine_api_v3.env';
2828

29-
const describe = authHelper.prepareTests(configFile);
29+
describe = authHelper.prepareTests(configFile);
3030

3131
describe('IbmAnalyticsEngineApiV3_integration', () => {
3232
const ibmAnalyticsEngineApiService = IbmAnalyticsEngineApiV3.newInstance({});

0 commit comments

Comments
 (0)