We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facd244 commit e4b810aCopy full SHA for e4b810a
tests/management/test_user.py
@@ -1048,7 +1048,7 @@ def test_search_all(self):
1048
)
1049
1050
# Test success flow with tenant_role_ids and tenant_role_names
1051
- with patch("requests.post") as mock_post:
+ with patch("httpx.post") as mock_post:
1052
network_resp = mock.Mock()
1053
network_resp.ok = True
1054
network_resp.json.return_value = json.loads(
@@ -1294,7 +1294,7 @@ def test_search_all_test_users(self):
1294
1295
1296
1297
1298
1299
1300
0 commit comments