[VNFRQTS] update decorator for validation script
[vvp/validation-scripts.git] / ice_validator / tests / test_no_unused_parameters_between_env_and_templates.py
index f6ccd77..4845751 100644 (file)
@@ -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.