We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b764d1 commit 4b249d7Copy full SHA for 4b249d7
1 file changed
test/integration/platform-notifications.v1.test.js
@@ -51,7 +51,9 @@ describe('PlatformNotificationsV1_integration', () => {
51
beforeAll(() => {
52
const config = readExternalSources(PlatformNotificationsV1.DEFAULT_SERVICE_NAME);
53
54
- platformNotificationsService = PlatformNotificationsV1.newInstance();
+ platformNotificationsService = PlatformNotificationsV1.newInstance({
55
+ serviceUrl: config.serviceUrl,
56
+ });
57
accountId = config.accountId;
58
destinationId = config.destinationId;
59
iamId = config.iamId;
0 commit comments