From c151351e603318a558b4488e42a9b315c680a4d1 Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Thu, 7 Apr 2022 20:34:44 +0200
Subject: [PATCH] try porting early

---
 testing/run_integration_test.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/run_integration_test.sh b/testing/run_integration_test.sh
index a0263de..9c9958c 100755
--- a/testing/run_integration_test.sh
+++ b/testing/run_integration_test.sh
@@ -34,6 +34,7 @@ kubectl cp default/`kubectl get po -l app.kubernetes.io/name=registrar -o name |
 
 # run tests (i.e. verification of output of above commands)
 kubectl port-forward svc/my-helm-release-database 5432:5432 &
+kubectl port-forward svc/my-helm-release-client 80:80 &
 KUBECTL_PORT_FORWARD_PID=$!
 
 pytest test_preprocessor.py test_registrar.py
@@ -52,7 +53,7 @@ kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/success > s
 kubectl exec deployment/my-helm-release-ingestor -- ls /var/ingestor/fail > failure_list.csv
 
 # client testing
-kubectl port-forward svc/my-helm-release-client 80:80 &
+
 
 wget 127.0.0.1:80
 
-- 
GitLab