Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssahay87 committed Nov 26, 2023
1 parent 24457ac commit 556d0d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metecho/api/tests/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,6 @@ def test_ok__exception_from_repo(self, mocker, github_mocks, user_factory):
init_from_context = mocker.patch(f"{PATCH_ROOT}.init_from_context")
sarge = mocker.patch(f"{PATCH_ROOT}.sarge", autospec=True)
sarge.capture_both.return_value.returncode = 0
mock_requests_get = mocker.patch(f"{PATCH_ROOT}.requests.get").return_value

with patch(f"{PATCH_ROOT}"):
create_repository(
Expand Down

0 comments on commit 556d0d9

Please sign in to comment.