Skip to content

Commit bbd1446

Browse files
committed
feat: Generated new files to reflect changes for GRE cross zone and TGW list
dependency: none
1 parent bcf9324 commit bbd1446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/transit-gateway-apis.v1.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
// need to import the whole package to mock getAuthenticatorFromEnvironment
1818
const sdkCorePackage = require('ibm-cloud-sdk-core');
19+
1920
const { NoAuthAuthenticator, unitTestUtils } = sdkCorePackage;
2021

2122
const TransitGatewayApisV1 = require('../../dist/transit-gateway-apis/v1');
@@ -29,7 +30,7 @@ const {
2930
checkMediaHeaders,
3031
expectToBePromise,
3132
checkForSuccessfulExecution,
32-
} = require('@ibm-cloud/sdk-test-utilities');
33+
} = unitTestUtils;
3334

3435
const transitGatewayApisServiceOptions = {
3536
authenticator: new NoAuthAuthenticator(),

0 commit comments

Comments
 (0)