Skip to content

Commit 29fc936

Browse files
committed
test: update meta endpoint assertion for node_colors field
Signed-off-by: CTC97 <ctcurnin@gmail.com>
1 parent 0ec81a6 commit 29fc936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/web/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def test_meta(client: TestClient) -> None:
415415

416416
response = client.get("/api/meta")
417417
assert response.status_code == 200
418-
assert response.json() == {"version": _sqlmesh_version(), "has_running_task": False}
418+
assert response.json() == {"version": _sqlmesh_version(), "has_running_task": False, "node_colors": {}}
419419

420420

421421
def test_modules(client: TestClient) -> None:

0 commit comments

Comments
 (0)