mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 23:42:07 +01:00
fix test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user