Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pxwxnvermx committed Nov 27, 2024
1 parent fe18fc6 commit 0d7b358
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -613,9 +613,6 @@ def test_receiver_visit_review_status(
({"opp_options": {"start_date": now().date()}}, {}, VisitValidationStatus.approved),
({"opp_options": {"start_date": now() + datetime.timedelta(days=2)}}, {}, VisitValidationStatus.trial),
({"opp_options": {"end_date": now().date()}}, {}, VisitValidationStatus.approved),
# NOTE: this test case fails as opportunities with past end_date are marked
# as inactive, and are not processed in the form processor
# ({"opp_options": {"end_date": now() - datetime.timedelta(days=2)}}, {}, VisitValidationStatus.over_limit),
],
indirect=["opportunity"],
)
Expand Down

0 comments on commit 0d7b358

Please sign in to comment.