Skip to content

Commit 06a9ba3

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

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
@@ -151,7 +151,7 @@ def test_mkdw005_block_mathjax(dash_dcc, is_eager):
151151

152152
@pytest.mark.parametrize("is_eager", [True, False])
153153
def test_mkdw006_toggle_mathjax(dash_dcc, is_eager):
154-
app = Dash(__name__)
154+
app = Dash(__name__, eager_loading=is_eager)
155155

156156
gravity = "$F=\\frac{Gm_1m_2}{r^2}$"
157157

0 commit comments

Comments
 (0)