From 6114699c2081cc71677e235c431d0189a2abbe5c Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Sat, 19 Oct 2024 23:08:32 +0200 Subject: [PATCH] fix testing code, broken by search-replace --- smoketest/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketest/main.js b/smoketest/main.js index ed39198..a98991b 100644 --- a/smoketest/main.js +++ b/smoketest/main.js @@ -1,5 +1,5 @@ import http from 'k6/http' -import check from 'k6' +import { check } from 'k6' // You don't need to change anything in this section, it's k6 glue code. // See the default function at the end of the file for defining your smoketest. -- GitLab