Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Nov 17, 2023
1 parent ca90807 commit 2827988
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/test_charm_with_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@


@pytest_asyncio.fixture(scope="module", name="app_with_aproxy")
async def app_with_aproxy_fixture(model: Model, app_no_runner: Application, squid_proxy: str) -> Application:
async def app_with_aproxy_fixture(
model: Model, app_no_runner: Application, squid_proxy: str
) -> Application:
"""Application configured to use aproxy"""

await model.set_config(
Expand Down

0 comments on commit 2827988

Please sign in to comment.