Skip to content

Commit 4b249d7

Browse files
committed
feat: add serviceUrl to e2e tests
1 parent 9b764d1 commit 4b249d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/integration/platform-notifications.v1.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ describe('PlatformNotificationsV1_integration', () => {
5151
beforeAll(() => {
5252
const config = readExternalSources(PlatformNotificationsV1.DEFAULT_SERVICE_NAME);
5353

54-
platformNotificationsService = PlatformNotificationsV1.newInstance();
54+
platformNotificationsService = PlatformNotificationsV1.newInstance({
55+
serviceUrl: config.serviceUrl,
56+
});
5557
accountId = config.accountId;
5658
destinationId = config.destinationId;
5759
iamId = config.iamId;

0 commit comments

Comments
 (0)