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=1d281ce111a76c2b056bcaa572c1e929c90237cf;hp=fe6fe4750c44eaca003276a07a9084b95cab533e;hpb=f5edc06be0d8bedeb0904b348ba5e3e67c74f186;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")