Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
partial refund disbursement unit test fix
Browse files Browse the repository at this point in the history
Jxio committed Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b61b261 commit 62ceadd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@
factory_invoice_reference, factory_payment, factory_payment_line_item, factory_refund_partial)


def test_partial_refund_disbursement_for_partners(session, monkeypatch):
"""Test partial refund disbursement for partners."""
def test_partial_refund_disbursement(session, monkeypatch):
"""Test partial refund disbursement."""
monkeypatch.setattr('pysftp.Connection.put', lambda *args, **kwargs: None)
corp_type: CorpTypeModel = CorpTypeModel.find_by_code('VS')

0 comments on commit 62ceadd

Please sign in to comment.