diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_policy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policy.js b/tests/test_policy.js index c0ad243..8161032 100644 --- a/tests/test_policy.js +++ b/tests/test_policy.js @@ -65,7 +65,7 @@ function create_policy_body(policy_id, policy_version=1) { POLICY_VERSION: this_ver, POLICY_CONFIG: config, "matchingConditions": { - "ECOMPName": "DCAE", + "ONAPName": "DCAE", "ConfigName": "alex_config_name" }, "responseAttributes": {}, |