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 00ad5e9 commit e39c911Copy full SHA for e39c911
redisinsight/api/test/api/analytics/analytics.test.ts
@@ -26,7 +26,7 @@ describe('Analytics', () => {
26
fail('APPLICATION_STARTED or APPLICATION_FIRST_START events were not found');
27
}
28
29
- expect(found?.properties).to.have.all.keys('appVersion', 'osPlatform', 'buildType', 'controlNumber', 'controlGroup');
+ expect(found?.properties).to.have.all.keys('appVersion', 'osPlatform', 'buildType', 'controlNumber', 'controlGroup', 'port');
30
expect(found?.properties?.appVersion).to.be.a('string');
31
expect(found?.properties?.osPlatform).to.be.a('string');
32
expect(found?.properties?.buildType).to.be.a('string');
0 commit comments