From 74bed0690849875f35a459f674a313af19d62ed3 Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Sat, 19 Oct 2024 23:08:31 +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 0d4984a..f84e54b 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