diff --git a/tests/integration/graph/test_graph_basics.py b/tests/integration/graph/test_graph_basics.py index 873c14854..aac21da7f 100644 --- a/tests/integration/graph/test_graph_basics.py +++ b/tests/integration/graph/test_graph_basics.py @@ -101,7 +101,7 @@ def test_grbs003_graph_wrapped_in_loading_component_does_not_fail(dash_dcc): dcc.Loading(id="page-content") ]) - @app.callback(Output('page-content', 'children'), [Input('url', 'value')]) + @app.callback(Output('page-content', 'children'), [Input('url', 'pathname')]) def render_page(url): return [ dcc.Dropdown(