Skip to content

Commit

Permalink
Align the report with existing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Dec 16, 2024
1 parent e3a8caa commit 0c6a6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (lct *loadedAndConfiguredTest) buildTestRunState(
// Here, where we get the consolidated options, is where we check if any
// of the deprecated options is being used, and we report it.
if _, isPresent := configToReinject.External["loadimpact"]; isPresent {
if err := lct.preInitState.Usage.Strings("deprecated_options", "ext.loadimpact"); err != nil {
if err := lct.preInitState.Usage.Uint64("deprecations/options.ext.loadimpact", 1); err != nil {
return nil, err
}
}
Expand Down

0 comments on commit 0c6a6a5

Please sign in to comment.