From d8b0270b565456a679c4e408900452dedcc6f430 Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 22 Jul 2026 11:23:52 +0200 Subject: [PATCH] sync: tests/test_app.py for Butler 2.3.2 --- tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_app.py b/tests/test_app.py index dc5f072..f2fc37e 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -42,7 +42,7 @@ def test_health_exposes_current_version(): with TestClient(app.app) as client: response = client.get("/health") assert response.status_code == 200 - assert response.json()["version"] == app.VERSION == "2.3.1" + assert response.json()["version"] == app.VERSION == "2.3.2" def test_invalid_log_target_is_rejected_before_ssh():