diff --git a/tests/integration/utils/generate_integration_tests.py b/tests/integration/utils/generate_integration_tests.py index e1511da69..7726280f4 100644 --- a/tests/integration/utils/generate_integration_tests.py +++ b/tests/integration/utils/generate_integration_tests.py @@ -22,7 +22,7 @@ def generate_yaml(module_name, module_specific_params, bindings, template_str): total_bindings["bind"][key]["mode"] = "bind" template = Template(template_str) - yaml_content = template.render( # nosec: B106 + yaml_content = template.render( module_name=module_name, nsip="{{ nsip }}", nitro_user="{{ nitro_user }}",