Skip to content

Commit 4cb1cef

Browse files
committed
fixes one more test mock
1 parent d0bdc7f commit 4cb1cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_wave_03.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_mark_complete_on_completed_task(client, completed_task):
7373
7474
There is no action needed here, the tests should work as-is.
7575
"""
76-
with patch("app.routes.requests.post") as mock_get:
76+
with patch("requests.post") as mock_get:
7777
mock_get.return_value.status_code = 200
7878

7979
# Act

0 commit comments

Comments
 (0)