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 c20a523 commit 6ceee95Copy full SHA for 6ceee95
packages/remote-config/test/api.test.ts
@@ -247,7 +247,7 @@ describe('Remote Config API', () => {
247
const receivedError = mockObserver.error.getCall(0).args[0];
248
249
expect(receivedError.message).to.equal(
250
- 'Remote Config: The stream was not able to connect to the backend. (remoteconfig/stream-error).'
+ 'Remote Config: The stream was not able to connect to the backend: Realtime stream error. (remoteconfig/stream-error).'
251
);
252
expect(receivedError).to.have.nested.property(
253
'customData.originalErrorMessage',
0 commit comments