Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c7f70 commit 46a87bdCopy full SHA for 46a87bd
packages/python/plotly/plotly/tests/test_optional/test_offline/test_offline.py
@@ -89,7 +89,6 @@ def test_default_mpl_plot_generates_expected_html(self):
89
# just make sure a few of the parts are in here
90
# like PlotlyOfflineTestCase(TestCase) in test_core
91
self.assertTrue(data_json in html) # data is in there
92
- self.assertTrue(layout_json in html) # layout is in there too
93
self.assertTrue(PLOTLYJS in html) # and the source code
94
# and it's an <html> doc
95
self.assertTrue(html.startswith("<html>") and html.endswith("</html>"))
0 commit comments