Skip to content

Commit b3be3c0

Browse files
committed
testcase fix
1 parent 8ba60a1 commit b3be3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/test_anywidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ def test_repr_mimebundle_should_return_widget_view_if_anywidget_is_available(
913913
with bf.option_context("display.repr_mode", "anywidget"):
914914
bundle = paginated_bf_df._repr_mimebundle_()
915915
assert "application/vnd.jupyter.widget-view+json" in bundle
916-
assert "text/html" in bundle
916+
assert "text/html" not in bundle
917917
assert "text/plain" in bundle
918918

919919

0 commit comments

Comments
 (0)