aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_unique_resources_across_all_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_unique_resources_across_all_templates.py')
-rw-r--r--ice_validator/tests/test_unique_resources_across_all_templates.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/ice_validator/tests/test_unique_resources_across_all_templates.py b/ice_validator/tests/test_unique_resources_across_all_templates.py
index d8fd066..f6a5f3a 100644
--- a/ice_validator/tests/test_unique_resources_across_all_templates.py
+++ b/ice_validator/tests/test_unique_resources_across_all_templates.py
@@ -37,10 +37,13 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-from .helpers import validates
-import yaml
+
import collections
+from tests import cached_yaml as yaml
+
+from .helpers import validates
+
@validates('R-16447')
def test_unique_resources_across_all_yaml_files(yaml_files):