Skip to content

Commit 937d312

Browse files
Update components/dash-core-components/tests/integration/markdown/test_markdown.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent d86f2ae commit 937d312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/markdown/test_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_mkdw002_dcclink(dash_dcc):
9696

9797
@pytest.mark.parametrize("is_eager", [True, False])
9898
def test_mkdw003_without_mathjax(dash_dcc, is_eager):
99-
app = Dash(__name__)
99+
app = Dash(__name__, eager_loading=is_eager)
100100

101101
app.layout = html.Div(
102102
[

0 commit comments

Comments
 (0)