Skip to content

Commit d86f2ae

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

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
@@ -112,7 +112,7 @@ def test_mkdw003_without_mathjax(dash_dcc, is_eager):
112112

113113
@pytest.mark.parametrize("is_eager", [True, False])
114114
def test_mkdw004_inline_mathjax(dash_dcc, is_eager):
115-
app = Dash(__name__, eager_loading=False, assets_folder="../../assets")
115+
app = Dash(__name__, eager_loading=is_eager, assets_folder="../../assets")
116116

117117
app.layout = html.Div(
118118
[

0 commit comments

Comments
 (0)