diff --git a/backend/tests/test_club_feature_logger.py b/backend/tests/test_club_feature_logger.py index 1653cc9..932d53d 100644 --- a/backend/tests/test_club_feature_logger.py +++ b/backend/tests/test_club_feature_logger.py @@ -35,6 +35,9 @@ def test_log_club_feature_usage_json(monkeypatch): def test_probe_no_club_context_logs_without_db(monkeypatch): + # CI/Deploy kann CLUB_FEATURE_ENFORCE=1 setzen — Test prüft Probe-Modus (kein Hard-Block). + monkeypatch.delenv("CLUB_FEATURE_ENFORCE", raising=False) + logged = [] def _capture(**kwargs):