Skip to content

Commit 0e03062

Browse files
mbegelalexcjohnson
authored andcommitted
Adapt the integration code to un-nested inputs
1 parent c839c80 commit 0e03062

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/integration/test_integration.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -658,14 +658,6 @@ def f(i):
658658

659659
pytest.fail("extra output nesting")
660660

661-
with pytest.raises(IncorrectTypeException):
662-
663-
@app.callback(Output("out", "children"), Input("in", "children"))
664-
def f2(i):
665-
return i
666-
667-
pytest.fail("un-nested input")
668-
669661
with pytest.raises(IncorrectTypeException):
670662

671663
@app.callback(

0 commit comments

Comments
 (0)