diff options
author | 2025-03-11 10:07:37 +0000 | |
---|---|---|
committer | 2025-03-11 10:07:37 +0000 | |
commit | cd5de2c264467535f6c43e375c03ac0e174e4293 (patch) | |
tree | 2f367bdd8f0cdf1c1745a960b3d55cb2f8c1ef4a /k6-tests/ncmp/common/search-base.js | |
parent | 4a7d38d65e971e4bc793d8e04d3b134c3e1a1cde (diff) | |
parent | 2e5ded8e108f306a8decc82681704dc2d1f36023 (diff) |
Merge "Refactor CM Handle Properties to be more realistic into K6 tests"
Diffstat (limited to 'k6-tests/ncmp/common/search-base.js')
-rw-r--r-- | k6-tests/ncmp/common/search-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/ncmp/common/search-base.js b/k6-tests/ncmp/common/search-base.js index af2caf71ec..af7d153416 100644 --- a/k6-tests/ncmp/common/search-base.js +++ b/k6-tests/ncmp/common/search-base.js @@ -51,7 +51,7 @@ const SEARCH_PARAMETERS_PER_SCENARIO = { "cmHandleQueryParameters": [ { "conditionName": "hasAllProperties", - "conditionParameters": [{"Color": "yellow"}] + "conditionParameters": [{"systemName": "ncmp"}] } ] }, |