From bf2af86397c3e1ceb8b4f246e48669a3abb6065d Mon Sep 17 00:00:00 2001 From: dberenbaum Date: Mon, 11 Sep 2023 11:30:51 -0400 Subject: [PATCH] drop irrelevant errors in tests/unit/render/test_match.py --- tests/unit/render/test_match.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/unit/render/test_match.py b/tests/unit/render/test_match.py index 14738e3cd7..58d4b5c5bb 100644 --- a/tests/unit/render/test_match.py +++ b/tests/unit/render/test_match.py @@ -91,10 +91,14 @@ "v2": { "definitions": { "data": { - "config_file_1": {"error": FileNotFoundError()}, "config_file_2": {"data": {"plot_id_3": {}}}, } - } + }, + "source": { + "data": { + "config_file_1": {"error": FileNotFoundError()}, + } + }, }, }, { @@ -133,12 +137,6 @@ def test_match_renderers(M): "data": {"file.json": {"data": [{"x": 1, "y": 1}, {"x": 2, "y": 2}]}} }, }, - "errored_revision": { - "definitions": { - "data": {"config_file_1": {"error": FileNotFoundError()}}, - }, - "sources": {}, - }, "revision_with_no_data": { "definitions": { "data": {