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 3b5757f commit f06638cCopy full SHA for f06638c
clients/python/test/test_osparc/test_async_http_client.py
@@ -29,7 +29,7 @@ class FakeRetryCallState:
29
def test_retry_strategy(cfg: osparc.Configuration, fake_retry_state):
30
async_client = AsyncHttpClient(
31
configuration=cfg,
32
- request_type="get",
+ method="get",
33
url="79ae41cc-0d89-4714-ac9d-c23ee1b110ce",
34
body={},
35
)
@@ -76,7 +76,7 @@ def _side_effect(request: httpx.Request):
76
with pytest.raises(httpx.HTTPError):
77
async with AsyncHttpClient(
78
79
- request_type="post",
+ method="post",
80
url=_exit_url,
81
body=_body,
82
) as session:
0 commit comments