Skip to content

Commit 0c6a6a5

Browse files
committed
Align the report with existing keys
1 parent e3a8caa commit 0c6a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/test_load.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func (lct *loadedAndConfiguredTest) buildTestRunState(
273273
// Here, where we get the consolidated options, is where we check if any
274274
// of the deprecated options is being used, and we report it.
275275
if _, isPresent := configToReinject.External["loadimpact"]; isPresent {
276-
if err := lct.preInitState.Usage.Strings("deprecated_options", "ext.loadimpact"); err != nil {
276+
if err := lct.preInitState.Usage.Uint64("deprecations/options.ext.loadimpact", 1); err != nil {
277277
return nil, err
278278
}
279279
}

0 commit comments

Comments
 (0)