Skip to content

Commit ae3e143

Browse files
🎨 Auto format
1 parent 90e662b commit ae3e143

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_sentry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def test_init_sentry_when_logged_out(logged_out_cli: Path) -> None:
2323

2424

2525
def test_init_sentry_when_deployment_token(logged_out_cli: Path, monkeypatch) -> None:
26-
2726
monkeypatch.setenv("FASTAPI_CLOUD_TOKEN", "deployment-token")
2827
with patch("fastapi_cloud_cli.utils.sentry.sentry_sdk.init") as mock_init:
2928
init_sentry()

0 commit comments

Comments
 (0)