Add missing product_search_term in import

Added a missing product_search_term in the imports
This commit is contained in:
Veljko V 2022-01-24 15:33:52 +01:00 committed by GitHub
parent 03a4ed7ed9
commit d0f70804db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@ import { sleep, check, group } from "k6";
import http from "k6/http";
import { Trend } from "k6/metrics";
import { randomIntBetween } from "https://jslib.k6.io/k6-utils/1.1.0/index.js";
import { base_url, think_time_min, think_time_max } from "../../config.js";
import {
base_url,
think_time_min,
think_time_max,
product_search_term,
} from "../../config.js";
import {
htmlRequestHeader,
commonRequestHeaders,