Skip to content

Commit a8495f5

Browse files
committed
feat: Generated new files to reflect changes for GRE cross zone and TGW list
dependency: none Signed-off-by: jkalanda <[email protected]>
1 parent 91ee774 commit a8495f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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)