Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/pylint-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Oct 5, 2023
2 parents 710f8d8 + a53b90c commit a86e2a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async def test_load_local_http_error(aresponses: ResponsesMockServer) -> None:
],
)
async def test_load_local_other_errors(exc: type[Exception]) -> None:
"""Test loading a local controller and encounting a non-HTTP issue."""
"""Test loading a local controller and encountering a non-HTTP issue."""
async with aiohttp.ClientSession() as session:
client = Client(session=session)
with patch.object(client._session, "request", side_effect=exc), pytest.raises(
Expand Down

0 comments on commit a86e2a7

Please sign in to comment.