Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Fixes integration tests by adding necessary commit data information
Browse files Browse the repository at this point in the history
  • Loading branch information
jag3773 committed Apr 27, 2018
1 parent 9bad069 commit 69655dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ def get_preconvert_s3_key(self, commit_sha):
def do_conversion_job(self, base_url, commit_id, commit_path, commit_sha, repo, user):
commit_data = {
"after": commit_id,
"ref": "refs/heads/master",
"commits": [
{
"id": "b9278437b27024e07d02490400138d4fd7d1677c",
Expand All @@ -756,6 +757,8 @@ def do_conversion_job(self, base_url, commit_id, commit_path, commit_sha, repo,
"compare_url": "",
"repository": {
"name": repo,
"html_url": "https://git.door43.org/unfoldingWord/en_ulb",
"default_branch": "master",
"owner": {
"id": 1234567890,
"username": user,
Expand Down

0 comments on commit 69655dd

Please sign in to comment.