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 734142d commit 00ad5e9Copy full SHA for 00ad5e9
redisinsight/api/test/api/analytics/analytics.test.ts
@@ -30,5 +30,6 @@ describe('Analytics', () => {
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');
33
+ expect(found?.properties?.port).to.be.a('string');
34
});
35
0 commit comments