X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_multipart_mime_resource_id.py;h=a69100b41b49b690405ecc1058dc81bbb30fcf8e;hb=0c4e64d87728b89aa9cd4d41d738f5bfe64ceee3;hp=fe6fe4750c44eaca003276a07a9084b95cab533e;hpb=1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_multipart_mime_resource_id.py b/ice_validator/tests/test_multipart_mime_resource_id.py index fe6fe47..a69100b 100644 --- a/ice_validator/tests/test_multipart_mime_resource_id.py +++ b/ice_validator/tests/test_multipart_mime_resource_id.py @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # """ @@ -53,10 +52,10 @@ VERSION = "1.0.1" @validates("R-30804") -def test_multipart_mime(heat_template): +def test_multipart_mime(yaml_file): """validate resource ids """ - h = Heat(filepath=heat_template) + h = Heat(filepath=yaml_file) if not h.resources: pytest.skip("No resources in this template")