diff options
author | 2025-02-27 16:15:41 +0000 | |
---|---|---|
committer | 2025-03-07 14:32:50 +0000 | |
commit | 2e5ded8e108f306a8decc82681704dc2d1f36023 (patch) | |
tree | 37367760576399d502c447b1cad385d667186d47 /k6-tests/ncmp/common/search-base.js | |
parent | 025b21992b7b88d03f630beb8299bf2be28286a9 (diff) |
Refactor CM Handle Properties to be more realistic into K6 tests
Issue-ID: CPS-2637
Change-Id: I627cb8be0738e6b0f82dace361eb02889f193ace
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
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"}] } ] }, |