Skip to content

Commit 3d43561

Browse files
committed
test: new test account
1 parent 6009bd1 commit 3d43561

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sample/Tests/src/fetch_otp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from mailslurp_client.api import InboxControllerApi, WaitForControllerApi
44
import re
55

6-
INBOX_ID = "7cff2120-f684-4f31-886f-b29ca2400247"
7-
EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247@mailslurp.net"
6+
INBOX_ID = "a1369a61-9149-4499-a75e-610523e2baa7"
7+
EMAIL = "a1369a61-9149-4499-a75e-610523e2baa7@mailslurp.net"
88

99
def get_mailslurp_client():
1010
configuration = mailslurp_client.Configuration()

sample/Tests/test/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from alttester import *
77

88
class TestConfig:
9-
EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247@mailslurp.net"
10-
PASSPORT_ID="email|67365ff8219c150ace187e28"
11-
WALLET_ADDRESS = "0xdd571aa2f37f6b5166b14c6e43f1114bf444cdd8"
9+
EMAIL = "a1369a61-9149-4499-a75e-610523e2baa7@mailslurp.net"
10+
PASSPORT_ID="email|673a7cc7219c150ace38cf60"
11+
WALLET_ADDRESS = "0xf629c9f0fee71cce1b21a6e5b0db8df2e8cd7354"
1212

1313
class UnityTest(unittest.TestCase):
1414

0 commit comments

Comments
 (0)