diff options
author | 2024-09-25 09:26:32 +0000 | |
---|---|---|
committer | 2024-09-25 09:26:32 +0000 | |
commit | 2dbf14888235bf6140fe2e041e8681e15a725314 (patch) | |
tree | 53196ae34480a4263efd5b1b275e5389e45fb1a9 /k6-tests/ncmp/common/cmhandle-crud.js | |
parent | 2bcccff7e2891f708cedc08cdbf969025d63019e (diff) | |
parent | a9de166ce7d58b4ccabbd1d586a2ee9dc3b878e8 (diff) |
Merge "[k6] CM handles searches using different filters"
Diffstat (limited to 'k6-tests/ncmp/common/cmhandle-crud.js')
-rw-r--r-- | k6-tests/ncmp/common/cmhandle-crud.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/cmhandle-crud.js b/k6-tests/ncmp/common/cmhandle-crud.js index 7fab62abd8..0fea1a44f2 100644 --- a/k6-tests/ncmp/common/cmhandle-crud.js +++ b/k6-tests/ncmp/common/cmhandle-crud.js @@ -66,7 +66,7 @@ function createCmHandlePayload(cmHandleIds) { } function getNumberOfReadyCmHandles() { - const response = executeCmHandleIdSearch('readyCmHandles'); + const response = executeCmHandleIdSearch('cps-path-for-ready-cm-handles'); const arrayOfCmHandleIds = JSON.parse(response.body); return arrayOfCmHandleIds.length; } |