Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-barraza committed Oct 18, 2024
1 parent e7834f7 commit 60954c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay-api/tests/unit/api/test_eft_short_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def test_post_shortname_refund_invalid_request(client, mocker, jwt):
1,
),
(
lambda short_id: f"?statuses={EFTShortnameRefundStatus.APPROVED.value},"
lambda short_id: f"?statuses={EFTShortnameRefundStatus.APPROVED.value},"
f"{EFTShortnameRefundStatus.PENDING_APPROVAL.value}",
"status_filter_multiple",
2,
Expand Down

0 comments on commit 60954c2

Please sign in to comment.