Skip to content

Commit

Permalink
test: update email
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 14, 2024
1 parent f188bf6 commit 7bfce76
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 = "33f17f82-274b-4269-9ce6-c620e89fcd8d"
EMAIL = "user-33f17f82-274b-4269-9ce6-c620e89fcd8d@mailslurp.biz"
INBOX_ID = "7cff2120-f684-4f31-886f-b29ca2400247"
EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247@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 = "user-33f17f82-274b-4269-9ce6-c620e89fcd8d@mailslurp.biz"
PASSPORT_ID="email|671ed01e2ab74483c4fb1f42"
WALLET_ADDRESS = "0x7dd423aeaccfbdd3a043bb8583085c7d97032de9"
EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247@mailslurp.net"
PASSPORT_ID="email|67365ff8219c150ace187e28"
WALLET_ADDRESS = "0xdd571aa2f37f6b5166b14c6e43f1114bf444cdd8"

class UnityTest(unittest.TestCase):

Expand Down

0 comments on commit 7bfce76

Please sign in to comment.