aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/ncmp/search-base.js
diff options
context:
space:
mode:
Diffstat (limited to 'k6-tests/ncmp/search-base.js')
-rw-r--r--k6-tests/ncmp/search-base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/search-base.js b/k6-tests/ncmp/search-base.js
index 9c1b247a9..19a6a5aa6 100644
--- a/k6-tests/ncmp/search-base.js
+++ b/k6-tests/ncmp/search-base.js
@@ -24,7 +24,7 @@ import { NCMP_BASE_URL, TOTAL_CM_HANDLES } from './utils.js';
export function searchRequest(searchType, searchFilter) {
const response = http.post(NCMP_BASE_URL + '/ncmp/v1/ch/' + searchType, searchFilter, {
- headers: { 'Content-Type': 'application/json' },
+ headers: {'Content-Type': 'application/json'},
});
check(response, {
'status equals 200': (r) => r.status === 200,