Skip to content

Commit

Permalink
minor fix for k6 tests env (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Sep 8, 2022
1 parent 9e85521 commit 30e13a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/k6/components/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function experimentNamePrefix() {

function inferType() {
if (__ENV.INFER_TYPE) {
return __ENV.INFER_REST
return __ENV.INFER_TYPE
}
return "REST"
}
Expand Down Expand Up @@ -201,4 +201,4 @@ export function getConfig() {
"inferType" : inferType(),
"doWarmup": doWarmup(),
}
}
}

0 comments on commit 30e13a6

Please sign in to comment.