This commit is contained in:
callebtc
2022-09-11 16:50:09 +03:00
parent 05cee3dd2a
commit fbf8c6eeb7
3 changed files with 26 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ from wallet.wallet import Wallet as Wallet2
from wallet.migrations import m001_initial
SERVER_ENDPOINT = "http://localhost:5000"
SERVER_ENDPOINT = "http://localhost:3338"
async def run_test():