summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r--tests/test_build_html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 66164dd1c..b83bd5637 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -1216,8 +1216,8 @@ def test_html_assets(app):
'href="https://example.com/custom.css" />' in content)
# html_js_files
- assert '<script type="text/javascript" src="_static/js/custom.js"></script>' in content
- assert ('<script async="async" type="text/javascript" src="https://example.com/script.js">'
+ assert '<script src="_static/js/custom.js"></script>' in content
+ assert ('<script async="async" src="https://example.com/script.js">'
'</script>' in content)