Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit aa4fce7

Browse files
committed
fix typo in test_graph_basics that somehow we didn't care about before
1 parent 6d398a2 commit aa4fce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/integration/graph/test_graph_basics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_grbs003_graph_wrapped_in_loading_component_does_not_fail(dash_dcc):
101101
dcc.Loading(id="page-content")
102102
])
103103

104-
@app.callback(Output('page-content', 'children'), [Input('url', 'value')])
104+
@app.callback(Output('page-content', 'children'), [Input('url', 'pathname')])
105105
def render_page(url):
106106
return [
107107
dcc.Dropdown(

0 commit comments

Comments
 (0)