Skip to content

Commit

Permalink
Test: Failing basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Dec 15, 2023
1 parent baaa151 commit 1ef1381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k6/foundations/01.basic.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import http from "k6/http";
import http from "6/http";
import { check, sleep } from "k6";

const BASE_URL = __ENV.BASE_URL || 'http://localhost:3333';
Expand Down

0 comments on commit 1ef1381

Please sign in to comment.