Skip to content

Commit a8ea8e8

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

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

9898
def test_mkdw003_without_mathjax(dash_dcc):
99-
app = Dash(__name__, eager_loading=False, assets_folder="../../assets")
99+
app = Dash(__name__)
100100

101101
app.layout = html.Div(
102102
[

0 commit comments

Comments
 (0)