Skip to content

Commit

Permalink
test: update test account
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 21, 2024
1 parent 5306053 commit c2043a8
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 WaitForControllerApi
import re

INBOX_ID = "26b067b8-ef3a-4655-955a-19f157b35b6e"
EMAIL = "26b067b8-ef3a-4655-955a-19f157b35b6e@mailslurp.net"
INBOX_ID = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5"
EMAIL = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5@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 @@ -7,9 +7,9 @@
from alttester import *

class TestConfig:
EMAIL = "26b067b8-ef3a-4655-955a-19f157b35b6e@mailslurp.net"
PASSPORT_ID="email|673d0795219c150acebff862"
WALLET_ADDRESS = "0x9af9826a83581ddfa0bdd7754de8a741ce64ebe8"
EMAIL = "2d8e4d25-91f6-4da5-b613-bf3b807dc5d5@mailslurp.net"
PASSPORT_ID="email|673eb448219c150aceb417da"
WALLET_ADDRESS = "0x2eaedd0e4c78d44fcb87d7494463360810761c3e"

class UnityTest(unittest.TestCase):

Expand Down

0 comments on commit c2043a8

Please sign in to comment.