Skip to content

Commit

Permalink
Fix JS test
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Apr 24, 2020
1 parent e34e8db commit 2c93e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_htmltag.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def test_js_render(app, status, warning):
"animationDuration: 0",
"content: 'Loading...'",
"var url = 'https://readthedocs.org' + '/api/v2/embed/?' + $.param(params);",
"var sphinxtabs = 'false'",
"var mathjax = 'false'",
"var sphinxtabs = false",
"var mathjax = false",
]

for chunk in chunks:
Expand Down

0 comments on commit 2c93e78

Please sign in to comment.