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 8ba60a1 commit b3be3c0Copy full SHA for b3be3c0
tests/system/small/test_anywidget.py
@@ -913,7 +913,7 @@ def test_repr_mimebundle_should_return_widget_view_if_anywidget_is_available(
913
with bf.option_context("display.repr_mode", "anywidget"):
914
bundle = paginated_bf_df._repr_mimebundle_()
915
assert "application/vnd.jupyter.widget-view+json" in bundle
916
- assert "text/html" in bundle
+ assert "text/html" not in bundle
917
assert "text/plain" in bundle
918
919
0 commit comments