Skip to content

Commit

Permalink
remove breakpoint when test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 3, 2024
1 parent d92b2d8 commit c24026f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/certify/test_certify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit c24026f

Please sign in to comment.