Skip to content

Commit 7674d89

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

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
@@ -199,7 +199,7 @@ def toggle(n):
199199

200200
@pytest.mark.parametrize("is_eager", [True, False])
201201
def test_mkdw007_load_mathjax(dash_dcc, is_eager):
202-
app = Dash(__name__)
202+
app = Dash(__name__, eager_loading=is_eager)
203203

204204
gravity = "$F=\\frac{Gm_1m_2}{r^2}$"
205205

0 commit comments

Comments
 (0)