Skip to content

Commit 4445a9b

Browse files
committed
Declare connectionStatusError variable
Signed-off-by: Vasil Vasilev <[email protected]>
1 parent be1b9c6 commit 4445a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark-tool/test/k6-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export function setup() {
137137
}
138138

139139
if (__ENV.CREATE_THINGS == 1) {
140+
let connectionStatusError = undefined;
140141
if (kafkaSourceConnection === undefined) {
141142
common.createThingsTopicsIfNotAvailable();
142143
kafkaSourceConnection = createKafkaSourceConnection();

0 commit comments

Comments
 (0)