Skip to content

Commit e39c911

Browse files
#RI-4625 - fix IT
1 parent 00ad5e9 commit e39c911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('Analytics', () => {
2626
fail('APPLICATION_STARTED or APPLICATION_FIRST_START events were not found');
2727
}
2828

29-
expect(found?.properties).to.have.all.keys('appVersion', 'osPlatform', 'buildType', 'controlNumber', 'controlGroup');
29+
expect(found?.properties).to.have.all.keys('appVersion', 'osPlatform', 'buildType', 'controlNumber', 'controlGroup', 'port');
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');

0 commit comments

Comments
 (0)