Add missing product_search_term in import
Added a missing product_search_term in the imports
This commit is contained in:
parent
03a4ed7ed9
commit
d0f70804db
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue