Skip to content

Commit ca07f8f

Browse files
committed
load plotly.min.js file from plotly.js-dist-min in test
1 parent e2f7ef1 commit ca07f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/graph/test_graph_varia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def test_grva007_external_plotlyjs_prevents_lazy(dash_dcc):
641641
app = Dash(
642642
__name__,
643643
eager_loading=False,
644-
external_scripts=["https://unpkg.com/plotly.js/dist/plotly.min.js"],
644+
external_scripts=["https://unpkg.com/plotly.js-dist-min/plotly.min.js"],
645645
)
646646

647647
app.layout = html.Div(id="div", children=[html.Button(id="btn")])

0 commit comments

Comments
 (0)