From 6561750ea7de91236d2fdbf5385d92e59581965d Mon Sep 17 00:00:00 2001 From: Ankush Jain <91221068+ankush-jain-akto@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:08:26 +0530 Subject: [PATCH] Use env var to block requests --- .../src/main/java/com/akto/test_editor/execution/Executor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/testing/src/main/java/com/akto/test_editor/execution/Executor.java b/apps/testing/src/main/java/com/akto/test_editor/execution/Executor.java index f468d763a4..0d153f8f92 100644 --- a/apps/testing/src/main/java/com/akto/test_editor/execution/Executor.java +++ b/apps/testing/src/main/java/com/akto/test_editor/execution/Executor.java @@ -201,7 +201,7 @@ public YamlTestResult execute(ExecutorNode node, RawApi rawApi, Map