Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Dec 7, 2023
1 parent 798e68c commit 1965b09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_routes/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ async def test_check_user_on_subscription(
assert user_on_subscription is False



@pytest.mark.asyncio
async def test_render_home_page(mocker: MockerFixture, test_db: Database) -> None:
"""Check that we can pick up on undefined variable template issues."""
Expand Down Expand Up @@ -181,4 +180,4 @@ async def test_render_home_page(mocker: MockerFixture, test_db: Database) -> Non
)
mocker.patch("rctab.routers.frontend.check_user_access", mock_check_access)

await home(mock_request, mock_user)
await home(mock_request, mock_user)

0 comments on commit 1965b09

Please sign in to comment.