Skip to content

Commit 69c22ab

Browse files
authored
Merge pull request #1135 from plotly/async-update
~ to - in async script test
2 parents ba8abf6 + 8f6bff3 commit 69c22ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def findSyncPlotlyJs(scripts):
3636

3737
def findAsyncPlotlyJs(scripts):
3838
for script in scripts:
39-
if "dash_core_components/async~plotlyjs" in script.get_attribute(
39+
if "dash_core_components/async-plotlyjs" in script.get_attribute(
4040
'src'
4141
):
4242
return script

0 commit comments

Comments
 (0)