diff --git a/test/certify/test_certify.py b/test/certify/test_certify.py index b525152f9..9d42d010f 100644 --- a/test/certify/test_certify.py +++ b/test/certify/test_certify.py @@ -1587,8 +1587,6 @@ def test_asdf_library_version_fail(jwst_serverless_state, jwst_data, caplog): 4 warnings 5 infos""" for msg in expected_out.splitlines(): - if msg.strip() not in out: - breakpoint() assert msg.strip() in out