Skip to content

Commit ae2b859

Browse files
committed
feat(ui): add tag-based node color coding for lineage DAG
Signed-off-by: CTC97 <ctcurnin@gmail.com>
1 parent 0ec81a6 commit ae2b859

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/web/test_main.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,11 @@ 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() == {
419+
"version": _sqlmesh_version(),
420+
"has_running_task": False,
421+
"node_colors": {},
422+
}
419423

420424

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

0 commit comments

Comments
 (0)