Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Jul 19, 2024
1 parent b2a17b4 commit 03faaa9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ def test_make_update_manual_prior_notifications_statement(
@patch("src.pipeline.helpers.emails.send_sms")
@patch("src.pipeline.helpers.emails.send_fax")
@patch("src.pipeline.flows.distribute_pnos.requests")
def test_flow_abracadabra(
def test_flow(
mock_requests,
mock_send_fax,
mock_send_sms,
Expand Down Expand Up @@ -2333,8 +2333,6 @@ class UnexpectedFailureOfDeath(Exception):
"success",
].all()

breakpoint()


@pytest.mark.parametrize("zero_pno_types", ["manual", "logbook", "both"])
@pytest.mark.parametrize("is_integration", [True, False])
Expand Down

0 comments on commit 03faaa9

Please sign in to comment.