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 2a95766 commit 1ba68bbCopy full SHA for 1ba68bb
test_asserts.py
@@ -1516,7 +1516,7 @@ def test_assert_json_subset__presence_check(self) -> None:
1516
assert_json_subset({"foo": Absent()}, {"foo": "bar"})
1517
1518
def test_assert_json_subset__existence_check_old(self) -> None:
1519
- with catch_warnings(category=DeprecationWarning):
+ with catch_warnings():
1520
simplefilter("ignore")
1521
with assert_succeeds(AssertionError):
1522
assert_json_subset({Exists("foo"): True}, {"foo": "bar"})
0 commit comments