Butler 2.3.2: dauerhafter Vaultwarden-Refresh #3

Merged
sascha merged 6 commits from trulla/butler-2.3.2-vault-durability into main 2026-07-22 11:23:56 +02:00
Showing only changes of commit d8b0270b56 - Show all commits

View file

@ -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():