aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/data/preparePmsData.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/scripts/healthcheck/data/preparePmsData.sh')
-rwxr-xr-xcsit/scripts/healthcheck/data/preparePmsData.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/data/preparePmsData.sh b/csit/scripts/healthcheck/data/preparePmsData.sh
index 69dc92d2..fc4fa392 100755
--- a/csit/scripts/healthcheck/data/preparePmsData.sh
+++ b/csit/scripts/healthcheck/data/preparePmsData.sh
@@ -69,7 +69,7 @@ echo "A1 policy management service status:"
curlString="curl -skw %{http_code} $httpx://localhost:$policy_agent_port/status"
res=$($curlString)
echo "$res"
-expect="hunky dory200"
+expect="success200"
checkRes
echo -e "\n"