sync: tests/test_app.py for Butler 2.3.2
This commit is contained in:
parent
7048fa0c95
commit
d8b0270b56
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def test_health_exposes_current_version():
|
||||||
with TestClient(app.app) as client:
|
with TestClient(app.app) as client:
|
||||||
response = client.get("/health")
|
response = client.get("/health")
|
||||||
assert response.status_code == 200
|
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():
|
def test_invalid_log_target_is_rejected_before_ssh():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue