Skip to content

Commit

Permalink
Horizon front page test fix
Browse files Browse the repository at this point in the history
Fixes the test string in horizon front page test so it is not failing
when header tag gets new attributes

Change-Id: Ibf62bf6f6300eeb0ab2f22086b0ff1c05c69d86b
  • Loading branch information
Jiri Tomasek committed Dec 3, 2014
1 parent 979d50f commit 6623049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/horizon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ source $TOP_DIR/exerciserc
is_service_enabled horizon || exit 55

# can we get the front page
curl http://$SERVICE_HOST 2>/dev/null | grep -q '<h3>Log In</h3>' || die $LINENO "Horizon front page not functioning!"
curl http://$SERVICE_HOST 2>/dev/null | grep -q '<h3.*>Log In</h3>' || die $LINENO "Horizon front page not functioning!"

set +o xtrace
echo "*********************************************************************"
Expand Down

0 comments on commit 6623049

Please sign in to comment.