Given the following unit test
@patch("requests.get") def test_create_resource_success(self, request_get): request_get_mock.return_value = Mock(ok=Tr