Skip to content

Commit 530f4df

Browse files
committed
minor
1 parent b088016 commit 530f4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/catalog/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ async def aclient(
200200
headers={"Content-Type": "application/json"},
201201
transport=httpx.ASGITransport(app=app),
202202
) as acli:
203-
assert isinstance(acli._transport, httpx.ASGITransport)
203+
assert isinstance(acli._transport, httpx.ASGITransport) # noqa: SLF001
204204
assert spy_app.on_startup.call_count == 1
205205
assert spy_app.on_shutdown.call_count == 0
206206

0 commit comments

Comments
 (0)