Skip to content

Commit

Permalink
test: no need to patch environ anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Dec 3, 2024
1 parent 6681a0d commit 556d4a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/services/commit/test_commit_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def test_commit_sender_with_forked_repo(mocker):
return_value=mocker.MagicMock(status_code=200, text="success"),
)

mocker.patch("os.environ", dict(TOKENLESS="user_forked_repo/codecov-cli:branch"))
_ = send_commit_data(
"commit_sha",
"parent_sha",
Expand Down

0 comments on commit 556d4a7

Please sign in to comment.