aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py')
-rw-r--r--ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py b/ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py
index 03bae8f..f6ccd77 100644
--- a/ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py
+++ b/ice_validator/tests/test_no_unused_parameters_between_env_and_templates.py
@@ -37,8 +37,10 @@
#
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
+from .helpers import validates
+@validates('R-90279')
def test_no_unused_parameters_between_env_and_templates(environment_pair):
'''
Check all defined parameters are used in the appropiate Heat template.