We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d016221 commit cf363d0Copy full SHA for cf363d0
tests/test_client.py
@@ -34,8 +34,8 @@ def test_can_be_constructed_on_https():
34
Client(api_url="https://example.com", api_key="foo")
35
36
37
-@mock.patch.dict(os.environ, {"DISPATCH_API_KEY": "0000000000000000"})
38
@pytest.mark.asyncio
+@mock.patch.dict(os.environ, {"DISPATCH_API_KEY": "0000000000000000"})
39
async def test_api_key_from_env():
40
async with server() as api:
41
client = Client(api_url=api.url)
0 commit comments