Mocking a http.get function isnt working in pytest
The test file contains
Mocking a function in pytest with Patch doesnt work
I have a test file status_update/tests/test_status_update.py which has the following content
The test file contains
I have a test file status_update/tests/test_status_update.py which has the following content