Skip to content

Commit

Permalink
refactor: change to more descriptive name
Browse files Browse the repository at this point in the history
Co-authored-by: Hassy Veldstra <[email protected]>
  • Loading branch information
InesNi and hassy authored Jan 9, 2024
1 parent 787d12d commit ed58f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/cmds/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ async function sendTelemetry(script, flags, extraProps) {
'prometheus'
];

properties.officialReporters = script.config.plugins[
properties.officialMonitoringReporters = script.config.plugins[
'publish-metrics'
].map((reporter) => {
if (OFFICIAL_REPORTERS.includes(reporter.type)) {
Expand Down

0 comments on commit ed58f56

Please sign in to comment.