Skip to content

Commit cb4318b

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

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
@@ -30,6 +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');
33+
expect(found?.properties?.port).to.be.a('number');
3434
});
3535
});

0 commit comments

Comments
 (0)