Skip to content

Commit

Permalink
fixed integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimo committed Mar 26, 2023
1 parent 7130716 commit 6842637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_lab/integration_test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ initial_setup_eskimo() {
echo_date " - CALL Fetching status"
status=$(curl -b $SCRIPT_DIR/cookies http://$ESKIMO_ROOT/get-status 2> /dev/null)
if [[ $(echo $status | jq -r '.status') != "OK" ]]; then
echo "Couldn't successfuly fetch status !"
echo "Couldn't successfully fetch status !"
echo "Got status : $status"
exit 4
fi
Expand Down Expand Up @@ -552,7 +552,7 @@ setup_eskimo() {
# echo_date " - CALL Fetching status"
# status=$(curl -b $SCRIPT_DIR/cookies http://$ESKIMO_ROOT/get-status 2> /dev/null)
# if [[ $(echo $status | jq -r '.status') != "OK" ]]; then
# echo "Couldn't successfuly fetch status !"
# echo "Couldn't successfully fetch status !"
# echo "Got status : $status"
# exit 4
# fi
Expand Down

0 comments on commit 6842637

Please sign in to comment.