Skip to content

Commit 46a87bd

Browse files
committed
Remove layout string test
1 parent 21c7f70 commit 46a87bd

File tree

1 file changed

+0
-1
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_offline

1 file changed

+0
-1
lines changed

packages/python/plotly/plotly/tests/test_optional/test_offline/test_offline.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def test_default_mpl_plot_generates_expected_html(self):
8989
# just make sure a few of the parts are in here
9090
# like PlotlyOfflineTestCase(TestCase) in test_core
9191
self.assertTrue(data_json in html) # data is in there
92-
self.assertTrue(layout_json in html) # layout is in there too
9392
self.assertTrue(PLOTLYJS in html) # and the source code
9493
# and it's an <html> doc
9594
self.assertTrue(html.startswith("<html>") and html.endswith("</html>"))

0 commit comments

Comments
 (0)