Skip to content

Commit 0300d17

Browse files
#RI-5094 - fix test
1 parent 8f93f77 commit 0300d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/analytics/analytics.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ describe('AnalyticsService', () => {
163163
event: TelemetryEvents.ApplicationStarted,
164164
context: {
165165
traits: {
166-
telemetry: Telemetry.Disabled,
166+
telemetry: Telemetry.Enabled,
167167
},
168168
},
169169
properties: {

0 commit comments

Comments
 (0)