Skip to content

Commit b918f75

Browse files
committed
updated test case
1 parent 3316463 commit b918f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bitpay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def test_should_get_payout_recipient_id(self):
419419
recipients_list = []
420420

421421
payout_recipient = PayoutRecipient()
422-
payout_recipient.set_email("nsoni@mailinator.com")
422+
payout_recipient.set_email("sandbox@mbitpay.com")
423423
payout_recipient.set_label("recipient1")
424424
payout_recipient.set_notification_url("https://hookb.in/QJOPBdMgRkukpp2WO60o")
425425
recipients_list.append(payout_recipient)

0 commit comments

Comments
 (0)