diff --git a/tests/test_all_nodes.py b/tests/test_all_nodes.py index 3c6a9ba..f44b818 100644 --- a/tests/test_all_nodes.py +++ b/tests/test_all_nodes.py @@ -355,7 +355,7 @@ async def test_express_dictionary_data(self): out = node.get_output("figure").value self.assertIsInstance(out, go.Figure) self.assertEqual( - node.inputs["x"].value_options["options"], [NoValue, "A", "B", "C", "D"] + node.inputs["x"].value_options["options"], ["index", "A", "B", "C", "D"] ) plot(out, node.node_id)