Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
  • Loading branch information
joseph-sentry committed May 22, 2024
1 parent 9e95276 commit b03ad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/services/commit/test_commit_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def mock_request(*args, headers={}, **kwargs):
"commit_sha",
"parent_sha",
"1",
"branch",
"user_forked_repo/codecov-cli:branch",
"codecov::::codecov-cli",
None,
"github",
Expand All @@ -195,5 +195,5 @@ def mock_request(*args, headers={}, **kwargs):
"pullid": "1",
"branch": "user_forked_repo/codecov-cli:branch",
},
headers={"X-Tokenless": "user_forked_repo/codecov-cli", "X-Tokenless-PR": "1"},
headers=None,
)

0 comments on commit b03ad4a

Please sign in to comment.