diff --git a/tests/integration/test_scripts.py b/tests/integration/test_scripts.py index 3900ea6979..9a9e6f2d91 100644 --- a/tests/integration/test_scripts.py +++ b/tests/integration/test_scripts.py @@ -36,7 +36,7 @@ def findSyncPlotlyJs(scripts): def findAsyncPlotlyJs(scripts): for script in scripts: - if "dash_core_components/async~plotlyjs" in script.get_attribute( + if "dash_core_components/async-plotlyjs" in script.get_attribute( 'src' ): return script