Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Nov 7, 2023
1 parent c2bfec3 commit 0f86076
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api_app/tests_ma/test_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,11 @@ def inner():
@pytest_asyncio.fixture(scope='module')
def app() -> FastAPI:
from main import get_application

the_app = get_application()
return the_app


@pytest_asyncio.fixture
async def client(app: FastAPI) -> AsyncClient:

Expand Down

0 comments on commit 0f86076

Please sign in to comment.