From cf245c1f7979b24dc02dd52fe51c8042c6e26d0d Mon Sep 17 00:00:00 2001 From: Dhruba Jyoti Chakraborty <61685945+codewdhruv@users.noreply.github.com> Date: Fri, 18 Nov 2022 18:40:27 +0530 Subject: [PATCH] Fixed connection test error --- .harness/Pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/Pipeline.yaml b/.harness/Pipeline.yaml index 5d09a29..4f1b6e7 100644 --- a/.harness/Pipeline.yaml +++ b/.harness/Pipeline.yaml @@ -91,4 +91,4 @@ shell: Sh command: |- sleep 10 - curl localhost:5000 + curl python_server:5000