X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_contrail_resource_id.py;h=dbbedbb35a66238d75dbc1988dc4c8725f525b79;hb=00c64458942602efe5a3b712540b98ac94fb60f4;hp=06b41b47c875d95b125b63f2fc7888e66326f81f;hpb=10535815da964c683e5f91030934652bfb3f53b8;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_contrail_resource_id.py b/ice_validator/tests/test_contrail_resource_id.py index 06b41b4..dbbedbb 100644 --- a/ice_validator/tests/test_contrail_resource_id.py +++ b/ice_validator/tests/test_contrail_resource_id.py @@ -139,9 +139,7 @@ def test_contrail_servicehealthcheck_resource_id(yaml_file): **MUST** contain the ``{vm-type}``. """ - run_test( - yaml_file, ContrailV2ServiceHealthCheckProcessor, get_vm_types, "vm_type" - ) + run_test(yaml_file, ContrailV2ServiceHealthCheckProcessor, get_vm_types, "vm_type") @validates("R-16437")