Skip to content

Commit

Permalink
test: new test account
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 18, 2024
1 parent 6009bd1 commit 3d43561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sample/Tests/src/fetch_otp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from mailslurp_client.api import InboxControllerApi, WaitForControllerApi
import re

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

def get_mailslurp_client():
configuration = mailslurp_client.Configuration()
Expand Down
6 changes: 3 additions & 3 deletions sample/Tests/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from alttester import *

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

class UnityTest(unittest.TestCase):

Expand Down

0 comments on commit 3d43561

Please sign in to comment.