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.
1 parent e3a8caa commit 0c6a6a5Copy full SHA for 0c6a6a5
cmd/test_load.go
@@ -273,7 +273,7 @@ func (lct *loadedAndConfiguredTest) buildTestRunState(
273
// Here, where we get the consolidated options, is where we check if any
274
// of the deprecated options is being used, and we report it.
275
if _, isPresent := configToReinject.External["loadimpact"]; isPresent {
276
- 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 {
277
return nil, err
278
}
279
0 commit comments