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, 1 insertions, 1 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 f6ccd77..4845751 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
@@ -40,7 +40,7 @@
from .helpers import validates
-@validates('R-90279')
+@validates('R-90279', 'R-01896', 'R-26124')
def test_no_unused_parameters_between_env_and_templates(environment_pair):
'''
Check all defined parameters are used in the appropiate Heat template.