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 08d4b2f commit a62c126Copy full SHA for a62c126
tests/test_http_asgi.py
@@ -301,4 +301,4 @@ def test_calling_shutdown_without_startup_errors(self):
301
with pytest.raises(RuntimeError):
302
asyncio.get_event_loop().run_until_complete(
303
middleware.notify_shutdown()
304
- )
+ )
tests/test_http_wsgi.py
@@ -3,7 +3,6 @@
3
import threading
4
import unittest
5
from io import StringIO, BytesIO
6
-from unittest.mock import MagicMock
7
8
import pytest
9
@@ -17,6 +16,7 @@
17
16
)
18
from azure.functions._http_asgi import AsgiRequest
19
+
20
class WsgiException(Exception):
21
def __init__(self, message=''):
22
self.message = message
0 commit comments