Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Merge branch 'nicer-test-message' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Apr 29, 2014
2 parents cfea2d5 + 4c97e14 commit 6509f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_live_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
TEST_MESSAGE_FORMAT = (
"[ [ChatExchange@Travis](https://travis-ci.org/"
"{0[TRAVIS_REPO_SLUG]}/builds/{0[TRAVIS_BUILD_ID]} \"This is"
"a test message for ChatExchange using the nonce {0}.\") ] This"
"a test message for ChatExchange using the nonce {{0}}.\") ] This"
" is a test of [{0[TRAVIS_REPO_SLUG]}@{short_commit}](https://"
"github.com/{0[TRAVIS_REPO_SLUG]}/commit/{0[TRAVIS_COMMIT]})."
).format(os.environ, short_commit=os.environ['TRAVIS_COMMIT'][:8])
Expand Down

0 comments on commit 6509f90

Please sign in to comment.