Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
  • Loading branch information
andyi2it committed Apr 1, 2024
1 parent 9a6ba92 commit 1c9ff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kserve/tests/scripts/test_mnist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ make_cluster_accessible ${SERVICE_NAME} ${URL} "" ${EXPECTED_OUTPUT}
# ModelReady
echo "HTTP ModelReady method call"
URL="http://${INGRESS_HOST}:${INGRESS_PORT}/v2/models/${MODEL_NAME}/ready"
EXPECTED_OUTPUT='{"name" : "mnist", "ready": true}'
EXPECTED_OUTPUT='{"name":"mnist","ready":true}'
make_cluster_accessible ${SERVICE_NAME} ${URL} "" ${EXPECTED_OUTPUT}

# delete oip http isvc
Expand Down

0 comments on commit 1c9ff4b

Please sign in to comment.