aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_required_parameters_no_constraints.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_required_parameters_no_constraints.py')
-rw-r--r--ice_validator/tests/test_required_parameters_no_constraints.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ice_validator/tests/test_required_parameters_no_constraints.py b/ice_validator/tests/test_required_parameters_no_constraints.py
index 9e89191..4036162 100644
--- a/ice_validator/tests/test_required_parameters_no_constraints.py
+++ b/ice_validator/tests/test_required_parameters_no_constraints.py
@@ -37,10 +37,11 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
-from .helpers import validates
import pytest
-import yaml
+from tests import cached_yaml as yaml
+
+from .helpers import validates
@validates('R-55218', 'R-98374', 'R-44318')