Skip to content

Commit 96cfe83

Browse files
committed
Format
1 parent 6f24161 commit 96cfe83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_cli_login.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ def test_notify_already_logged_in_user(
180180

181181

182182
@pytest.mark.respx(base_url=settings.base_api_url)
183-
def test_verify_token_returns_false_on_unauthorized(respx_mock: respx.MockRouter) -> None:
183+
def test_verify_token_returns_false_on_unauthorized(
184+
respx_mock: respx.MockRouter,
185+
) -> None:
184186
from fastapi_cloud_cli.commands.login import _verify_token
185187
from fastapi_cloud_cli.utils.api import APIClient
186188

0 commit comments

Comments
 (0)