Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed Sep 12, 2024
1 parent e6ecacb commit 2df2271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def test_http_client():
from aidial_adapter_bedrock.app import app

async with httpx.AsyncClient(
transport=ASGITransport(app=app), # type: ignore
transport=ASGITransport(app), # type: ignore
base_url="http://test-app.com",
) as client:
yield client
Expand Down

0 comments on commit 2df2271

Please sign in to comment.