diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-06-17 13:13:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-06-17 13:13:24 +0000 |
commit | f7b4ece2be998a372e8ea1f15a1919d96b2a78af (patch) | |
tree | 1d9dcb25aad10dd887c81f83ce76b7c1e0a1c4f6 /k6-tests/ncmp/6-id-search-public-property.js | |
parent | d21ba17ca15fb3be4d2728f14b4938dbd091824a (diff) | |
parent | f66694a076be41d83693423dec818493bcf66715 (diff) |
Merge "[k6] Refactoring k6 tests (#1)"
Diffstat (limited to 'k6-tests/ncmp/6-id-search-public-property.js')
-rw-r--r-- | k6-tests/ncmp/6-id-search-public-property.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/k6-tests/ncmp/6-id-search-public-property.js b/k6-tests/ncmp/6-id-search-public-property.js index 543ee1a87d..25bffaf25d 100644 --- a/k6-tests/ncmp/6-id-search-public-property.js +++ b/k6-tests/ncmp/6-id-search-public-property.js @@ -18,8 +18,8 @@ * ============LICENSE_END========================================================= */ -import { executeCmHandleIdSearch } from './search-base.js'; -import { makeCustomSummaryReport } from "./utils.js"; +import { executeCmHandleIdSearch } from './common/search-base.js'; +import { makeCustomSummaryReport } from './common/utils.js'; export const options = { vus: 5, |