From 0c6a6a5e01d5ecfc594513adf89dbb8a2f75519d Mon Sep 17 00:00:00 2001 From: Oleg Bespalov Date: Mon, 16 Dec 2024 11:32:24 +0100 Subject: [PATCH] Align the report with existing keys --- cmd/test_load.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/test_load.go b/cmd/test_load.go index 7b3f32c78839..f57516acb28f 100644 --- a/cmd/test_load.go +++ b/cmd/test_load.go @@ -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 } }