From 44b66ec6e541257dd198bb316b400fc97cdf6237 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Sat, 19 Oct 2024 21:34:25 +0200 Subject: [PATCH] deno lint --- smoketest/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoketest/main.js b/smoketest/main.js index dd24313..9bd8c8c 100644 --- a/smoketest/main.js +++ b/smoketest/main.js @@ -1,5 +1,5 @@ import http from 'k6/http' -import { check, sleep } 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