aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_heat_template_parameters_contain_required_fields.py')
-rw-r--r--ice_validator/tests/test_heat_template_parameters_contain_required_fields.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py b/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
index 6d9e502..9f0a5a8 100644
--- a/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
+++ b/ice_validator/tests/test_heat_template_parameters_contain_required_fields.py
@@ -37,9 +37,11 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-from .helpers import validates
-import yaml
+
import pytest
+from tests import cached_yaml as yaml
+
+from .helpers import validates
@validates('R-36772', 'R-44001')