Skip to content

Commit

Permalink
Merge pull request #1855 from bosch-io/bugix/benchmark-undeclared-var…
Browse files Browse the repository at this point in the history
…-fix

Declare connectionStatusError variable
  • Loading branch information
thjaeckle authored Jan 2, 2024
2 parents 50d8785 + 4445a9b commit f982ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark-tool/test/k6-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export function setup() {
}

if (__ENV.CREATE_THINGS == 1) {
let connectionStatusError = undefined;
if (kafkaSourceConnection === undefined) {
common.createThingsTopicsIfNotAvailable();
kafkaSourceConnection = createKafkaSourceConnection();
Expand Down

0 comments on commit f982ba5

Please sign in to comment.