Skip to content

Commit

Permalink
test(load-tests): fix imports; add missing one and remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Oct 22, 2024
1 parent 345a738 commit d8e238b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/k6/tests/enduser/performance/simple-search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { getEU, expect, expectStatusFor, describe, getEnduserTokenFromGenerator } from "../../../common/testimports.js";
import { getEU, expect, expectStatusFor, describe } from "../../../common/testimports.js";
import { SharedArray } from 'k6/data';
import papaparse from 'https://jslib.k6.io/papaparse/5.1.1/index.js';
import { randomItem } from 'https://jslib.k6.io/k6-utils/1.2.0/index.js';

const filenameEndusers = '../../performancetest_data/.endusers-with-tokens.csv';

Expand Down

0 comments on commit d8e238b

Please sign in to comment.