Skip to content

Commit 33c3fe7

Browse files
committed
NRL-973 remove fail import
1 parent 364cfff commit 33c3fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/performance/consumer/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
ODS_CODE,
66
} from "../constants.js";
77
import http from "k6/http";
8-
import { check, fail } from "k6";
8+
import { check } from "k6";
99

1010
function getHeaders(odsCode = ODS_CODE) {
1111
return {

tests/performance/producer/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
POINTER_DOCUMENTS,
88
POINTERS_TO_DELETE,
99
} from "../constants.js";
10-
import { check, fail } from "k6";
10+
import { check } from "k6";
1111
import { randomItem } from "https://jslib.k6.io/k6-utils/1.2.0/index.js";
1212
import { crypto } from "k6/experimental/webcrypto";
1313
import { createRecord } from "../setup.js";

0 commit comments

Comments
 (0)