From 027999a0148a6be4858b82c1760dd1059e0d3531 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:00:54 +0530 Subject: [PATCH] Update generate_integration_tests.py --- tests/integration/utils/generate_integration_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}",