Skip to content

Commit 00ad5e9

Browse files
#RI-4625 - add port to application start event
1 parent 734142d commit 00ad5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/test/api/analytics/analytics.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ describe('Analytics', () => {
3030
expect(found?.properties?.appVersion).to.be.a('string');
3131
expect(found?.properties?.osPlatform).to.be.a('string');
3232
expect(found?.properties?.buildType).to.be.a('string');
33+
expect(found?.properties?.port).to.be.a('string');
3334
});
3435
});

0 commit comments

Comments
 (0)