Skip to content

Commit

Permalink
Update refund test
Browse files Browse the repository at this point in the history
  • Loading branch information
farahalymangopay committed Jul 11, 2024
1 parent 3cd75cb commit 64cc648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_refunds.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ def test_create_payin_refund(self):

params = {
"author": self.card.user,
"payin": direct_payin
"payin": direct_payin,
"statement_descriptor": "My descriptor"
}
payin_refund = PayInRefund(**params)

Expand Down

0 comments on commit 64cc648

Please sign in to comment.