Skip to content

Commit b210bc5

Browse files
committed
Modified test with new renderer name
1 parent c353bc4 commit b210bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_orca/test_sg_scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def execute_plotly_example():
4545
def test_scraper():
4646
from plotly.io._sg_scraper import plotly_sg_scraper
4747
# test that monkey-patching worked ok
48-
assert plotly.io.renderers.default == 'sphinx'
48+
assert plotly.io.renderers.default == 'sphinx_gallery'
4949
# Use dummy values for arguments of plotly_sg_scraper
5050
block = '' # we don't need actually code
5151
import tempfile

0 commit comments

Comments
 (0)