Commit b5cfdd4d by Christine Lytwynec

fix broken test

parent d50a360f
......@@ -28,7 +28,7 @@
shell:
"github_post_status.py edx edx-platform
dddac0b5dddf00c0950daf324e603e4935994954 success
https://jenkins.testeng.edx.org/ \"Tests Passed\""
https://jenkins.testeng.edx.org/ \"Tests Passed\" \"CI Test Results\""
# Run the github_pr_auth script to confirm it reports
# An expected error when there is nothing in the whitelist
......
......@@ -15,7 +15,7 @@ from textwrap import dedent
# the jenkins user cannot retrieve the token.
GITHUB_OAUTH_TOKEN = "{{ github_oauth_token }}"
USAGE = "Usage: {0} ORG REPO SHA STATUS TARGET_URL DESCRIPTION"
USAGE = "Usage: {0} ORG REPO SHA STATUS TARGET_URL DESCRIPTION CONTEXT"
VALID_STATUS_LIST = ['pending', 'success', 'error', 'failure']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment