We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e662b commit ae3e143Copy full SHA for ae3e143
tests/test_sentry.py
@@ -23,7 +23,6 @@ def test_init_sentry_when_logged_out(logged_out_cli: Path) -> None:
23
24
25
def test_init_sentry_when_deployment_token(logged_out_cli: Path, monkeypatch) -> None:
26
-
27
monkeypatch.setenv("FASTAPI_CLOUD_TOKEN", "deployment-token")
28
with patch("fastapi_cloud_cli.utils.sentry.sentry_sdk.init") as mock_init:
29
init_sentry()
0 commit comments