From 3c9f6262ab6c49b8d4a4f51c9c2ec35bf1985473 Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Fri, 24 Mar 2023 10:01:15 +0100 Subject: [PATCH] Remove unused line Signed-off-by: Thomas Poignant --- openfeature/provider_tests/integration_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openfeature/provider_tests/integration_tests.sh b/openfeature/provider_tests/integration_tests.sh index 67cd713fc16..eebe53f1ccd 100755 --- a/openfeature/provider_tests/integration_tests.sh +++ b/openfeature/provider_tests/integration_tests.sh @@ -40,6 +40,5 @@ go mod tidy go test . cd "${CURRENT_FOLDER}" - # Kill all process launched by the script (here the relay-proxy) kill -KILL %1 \ No newline at end of file