File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
from mailslurp_client .api import InboxControllerApi , WaitForControllerApi
4
4
import re
5
5
6
- INBOX_ID = "33f17f82-274b-4269-9ce6-c620e89fcd8d "
7
- EMAIL = "user-33f17f82-274b-4269-9ce6-c620e89fcd8d @mailslurp.biz "
6
+ INBOX_ID = "7cff2120-f684-4f31-886f-b29ca2400247 "
7
+ EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247 @mailslurp.net "
8
8
9
9
def get_mailslurp_client ():
10
10
configuration = mailslurp_client .Configuration ()
Original file line number Diff line number Diff line change 6
6
from alttester import *
7
7
8
8
class TestConfig :
9
- EMAIL = "user-33f17f82-274b-4269-9ce6-c620e89fcd8d @mailslurp.biz "
10
- PASSPORT_ID = "email|671ed01e2ab74483c4fb1f42 "
11
- WALLET_ADDRESS = "0x7dd423aeaccfbdd3a043bb8583085c7d97032de9 "
9
+ EMAIL = "7cff2120-f684-4f31-886f-b29ca2400247 @mailslurp.net "
10
+ PASSPORT_ID = "email|67365ff8219c150ace187e28 "
11
+ WALLET_ADDRESS = "0xdd571aa2f37f6b5166b14c6e43f1114bf444cdd8 "
12
12
13
13
class UnityTest (unittest .TestCase ):
14
14
You can’t perform that action at this time.
0 commit comments