aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_cloud_config_resource_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_cloud_config_resource_id.py')
-rw-r--r--ice_validator/tests/test_cloud_config_resource_id.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/tests/test_cloud_config_resource_id.py b/ice_validator/tests/test_cloud_config_resource_id.py
index 74937b6..c78fe71 100644
--- a/ice_validator/tests/test_cloud_config_resource_id.py
+++ b/ice_validator/tests/test_cloud_config_resource_id.py
@@ -52,10 +52,10 @@ VERSION = "1.0.0"
@validates("R-04747")
-def test_cloud_config(heat_template):
+def test_cloud_config(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")