Skip to content

Commit

Permalink
test: submit PR directly
Browse files Browse the repository at this point in the history
(cherry picked from commit 472fe8e)
  • Loading branch information
ankush committed Mar 10, 2022
1 parent b13389b commit a04c7fc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,7 @@ def test_closed_purchase_receipt(self):
update_purchase_receipt_status,
)

pr = make_purchase_receipt(do_not_submit=True)
pr.submit()
pr = make_purchase_receipt()

update_purchase_receipt_status(pr.name, "Closed")
self.assertEqual(
Expand Down

0 comments on commit a04c7fc

Please sign in to comment.