escape user

This commit is contained in:
dni ⚡
2024-10-17 10:40:14 +02:00
parent 4abcb8a401
commit 1f63b94a56
7 changed files with 70 additions and 86 deletions
+1
View File
@@ -136,6 +136,7 @@ async def from_user():
@pytest_asyncio.fixture(scope="session")
async def from_wallet(from_user):
user = from_user
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_from")
await update_wallet_balance(
wallet_id=wallet.id,