Skip to content

Commit fbccd2f

Browse files
authored
Merge pull request #2621 from RedisInsight/e2e/bugfix/e2e-update-telemetry
e2e/bugfix/update telemetry e2e
2 parents 85f7c05 + f426c35 commit fbccd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ export class Telemetry {
6565
const requestBody = JSON.parse(request.request.body.toString());
6666

6767
// Verify that event has correct property value
68-
await t.expect(requestBody.properties[property]).eql(value);
68+
await t.expect(requestBody.eventData[property]).eql(value);
6969
}
7070
}

0 commit comments

Comments
 (0)