diff --git a/smoketest/main.js b/smoketest/main.js index 0d4984aec8d26172b25c0b929fd81598cf25c780..f84e54bff22d8470fc7c1a78a7c02a8b4cdbb208 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.