You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): correct mock targets in endpoint runner tests
RunPodClient._request() calls Session.request(), not Session.post()
or Session.get(). The 401 tests were patching the wrong method,
allowing real HTTP requests to escape. Also fix test_missing_api_key
to test Endpoint construction with None key rather than calling run()
on an already-initialized endpoint.
0 commit comments