This commit is contained in:
Georges-Antoine Assi
2025-09-20 20:24:49 -04:00
parent 2481bac019
commit 7c8efeb475

View File

@@ -58,7 +58,7 @@ def test_heartbeat(client):
def test_heartbeat_metadata(client):
response = client.get("/api/heartbeat/metadata/flashpoint")
response = client.get("/api/heartbeat/metadata/lb")
assert response.status_code == status.HTTP_200_OK
heartbeat = response.json()