Skip to content

Commit

Permalink
NRL-973 remove fail import
Browse files Browse the repository at this point in the history
  • Loading branch information
eesa456 committed Aug 29, 2024
1 parent 364cfff commit 33c3fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/performance/consumer/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
ODS_CODE,
} from "../constants.js";
import http from "k6/http";
import { check, fail } from "k6";
import { check } from "k6";

function getHeaders(odsCode = ODS_CODE) {
return {
Expand Down
2 changes: 1 addition & 1 deletion tests/performance/producer/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
POINTER_DOCUMENTS,
POINTERS_TO_DELETE,
} from "../constants.js";
import { check, fail } from "k6";
import { check } from "k6";
import { randomItem } from "https://jslib.k6.io/k6-utils/1.2.0/index.js";
import { crypto } from "k6/experimental/webcrypto";
import { createRecord } from "../setup.js";
Expand Down

0 comments on commit 33c3fe7

Please sign in to comment.