Skip to content

Commit 2c93e78

Browse files
committed
Fix JS test
1 parent e34e8db commit 2c93e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_htmltag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def test_js_render(app, status, warning):
6565
"animationDuration: 0",
6666
"content: 'Loading...'",
6767
"var url = 'https://readthedocs.org' + '/api/v2/embed/?' + $.param(params);",
68-
"var sphinxtabs = 'false'",
69-
"var mathjax = 'false'",
68+
"var sphinxtabs = false",
69+
"var mathjax = false",
7070
]
7171

7272
for chunk in chunks:

0 commit comments

Comments
 (0)