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 b088016 commit 530f4dfCopy full SHA for 530f4df
services/catalog/tests/unit/conftest.py
@@ -200,7 +200,7 @@ async def aclient(
200
headers={"Content-Type": "application/json"},
201
transport=httpx.ASGITransport(app=app),
202
) as acli:
203
- assert isinstance(acli._transport, httpx.ASGITransport)
+ assert isinstance(acli._transport, httpx.ASGITransport) # noqa: SLF001
204
assert spy_app.on_startup.call_count == 1
205
assert spy_app.on_shutdown.call_count == 0
206
0 commit comments