We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edd206 commit d5412d1Copy full SHA for d5412d1
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