We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85f7c05 + f426c35 commit fbccd2fCopy full SHA for fbccd2f
tests/e2e/helpers/telemetry.ts
@@ -65,6 +65,6 @@ export class Telemetry {
65
const requestBody = JSON.parse(request.request.body.toString());
66
67
// Verify that event has correct property value
68
- await t.expect(requestBody.properties[property]).eql(value);
+ await t.expect(requestBody.eventData[property]).eql(value);
69
}
70
0 commit comments