Skip to content

Commit f7be010

Browse files
committed
feat: analytics engine v3 feature changes
feat: analytics engine v3 feature changes
1 parent e19751a commit f7be010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
'use strict';
1919
const IbmAnalyticsEngineApiV3 = require('../../dist/ibm-analytics-engine-api/v3');
2020
const { readExternalSources } = require('ibm-cloud-sdk-core');
21-
// const authHelper = require('../resources/auth-helper.js');
22-
const authHelper = require('../resources/auth.js');
23-
// const describe = authHelper.describe; // this runs describe.skip if there is no auth.js file :)
21+
const authHelper = require('../resources/auth-helper.js');
22+
// const authHelper = require('../resources/auth.js');
23+
const describe = authHelper.describe; // this runs describe.skip if there is no auth.js file :)
2424
// testcase timeout value (200s).
2525
const timeout = 200000;
2626
const { IamAuthenticator } = require('../../dist/auth');

0 commit comments

Comments
 (0)