Merge "Remove unnecessary check for pytest.skip"
[vvp/validation-scripts.git] / ice_validator / tests / test_multipart_mime_resource_id.py
index fe6fe47..a69100b 100644 (file)
@@ -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")