File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
const IbmAnalyticsEngineApiV3 = require ( '../../dist/ibm-analytics-engine-api/v3' ) ;
20
20
const { readExternalSources } = require ( 'ibm-cloud-sdk-core' ) ;
21
21
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 :)
23
23
// testcase timeout value (200s).
24
24
const timeout = 200000 ;
25
25
26
26
// Location of our config file.
27
27
const configFile = 'ibm_analytics_engine_api_v3.env' ;
28
28
29
- const describe = authHelper . prepareTests ( configFile ) ;
29
+ describe = authHelper . prepareTests ( configFile ) ;
30
30
31
31
describe ( 'IbmAnalyticsEngineApiV3_integration' , ( ) => {
32
32
const ibmAnalyticsEngineApiService = IbmAnalyticsEngineApiV3 . newInstance ( { } ) ;
You can’t perform that action at this time.
0 commit comments