From 8f6bff39f721f285fa5e35dc72122165e300531f Mon Sep 17 00:00:00 2001 From: alexcjohnson Date: Thu, 27 Feb 2020 14:35:59 -0500 Subject: [PATCH] ~ to - in async script test --- tests/integration/test_scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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