Skip to content

Commit d22dec5

Browse files
committed
more fixes
1 parent 38a6b67 commit d22dec5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_zeep_transport.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async def test_post_returns_httpx_response():
3636
mock_aiohttp_response.url = "http://example.com/service"
3737
mock_aiohttp_response.charset = "utf-8"
3838
mock_aiohttp_response.cookies = {}
39-
mock_aiohttp_response.raise_for_status = Mock()
4039

4140
mock_content = b"<response>test</response>"
4241
mock_aiohttp_response.read = AsyncMock(return_value=mock_content)

0 commit comments

Comments
 (0)