Skip to content

Commit 65397b4

Browse files
committed
Eager loading dvpc
1 parent 08f2d5f commit 65397b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/integration/devtools/test_props_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177

178178
def test_dvpc001_prop_check_errors_with_path(dash_duo):
179-
app = Dash(__name__, eager_loading=True)
179+
app = Dash(__name__, eager_loading=False)
180180

181181
app.layout = html.Div([html.Div(id="content"), dcc.Location(id="location")])
182182

0 commit comments

Comments
 (0)