Skip to content

Commit 837dbfa

Browse files
committed
Fixing test
1 parent d8c8b78 commit 837dbfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_http.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ async def test_AioHTTPClient_simple_request(url):
1212
request = Request(
1313
method=Method.GET,
1414
endpoint="/_api/version",
15-
deserialize=False,
1615
)
1716
response = await client.send_request(session, request)
1817
assert response.method == Method.GET
@@ -28,7 +27,6 @@ async def test_AioHTTPClient_auth_pass(url, root, password):
2827
request = Request(
2928
method=Method.GET,
3029
endpoint="/_api/version",
31-
deserialize=False,
3230
)
3331
response = await client.send_request(session, request)
3432
assert response.method == Method.GET

0 commit comments

Comments
 (0)