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 WaitForControllerApi
4
4
import re
5
5
6
- INBOX_ID = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5 "
7
- EMAIL = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5 @mailslurp.net"
6
+ INBOX_ID = "f0e72738-1683-403f-88ee-d57cc03ec312 "
7
+ EMAIL = "unity-sdk @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 7
7
from alttester import *
8
8
9
9
class TestConfig :
10
- EMAIL = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5 @mailslurp.net"
11
- PASSPORT_ID = "email|673eb448219c150aceb417da "
12
- WALLET_ADDRESS = "0x2eaedd0e4c78d44fcb87d7494463360810761c3e "
10
+ EMAIL = "unity-sdk @mailslurp.net"
11
+ PASSPORT_ID = "email|67480492219c150aceeb1f37 "
12
+ WALLET_ADDRESS = "0x547044ea95f03651139081241c99ffedbefdc5e8 "
13
13
14
14
class UnityTest (unittest .TestCase ):
15
15
You can’t perform that action at this time.
0 commit comments