Skip to content

Commit 7e81895

Browse files
author
Artem
committed
#RI-4489 fix Itests
1 parent e44c426 commit 7e81895

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