Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit f63e9d0

Browse files
mjclawarchriddyp
authored andcommitted
Remove url check in src
1 parent 32636cb commit f63e9d0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: tests/test_render.py

-13
Original file line numberDiff line numberDiff line change
@@ -1823,18 +1823,5 @@ def __init__(self, _namespace):
18231823

18241824
self.startServer(app)
18251825

1826-
dr_path = '/_dash-component-suites/dash_renderer'
1827-
# Make sure that the Dash application is generating the right React scripts
1828-
self.assertEqual(
1829-
app._generate_scripts_html(),
1830-
'<script type="text/JavaScript" '
1831-
'src="{dr_path}/[email protected]?v={version}"></script>\n'
1832-
'<script type="text/JavaScript" '
1833-
'src="{dr_path}/[email protected]?v={version}"></script>\n'
1834-
'<script type="text/JavaScript" '
1835-
'src="{dr_path}/bundle.js?v={version}"></script>'.format(
1836-
dr_path=dr_path,
1837-
version=dash_renderer.__version__))
1838-
18391826
# Reset react version
18401827
dash_renderer._set_react_version(dash_renderer._DEFAULT_REACT_VERSION)

0 commit comments

Comments
 (0)