Skip to content

Commit

Permalink
remove unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Dec 2, 2024
1 parent 3cf96ea commit d774edf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions web_app/tests/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,6 @@ async def generic_exception_handler(request: Request, exc: Exception):

MOCK_WALLET_BALANCES = {"ETH": "10.5", "USDC": "1000.0"}

MOCK_ZKLEND_POSITION = {
"products": [
{
"token": "ETH",
"supplied_amount": "5.0",
"borrowed_amount": "0",
"is_collateral": True,
},
{
"token": "ETH",
"supplied_amount": "0",
"borrowed_amount": "500.0",
"is_collateral": False,
},
]
}


@pytest.mark.asyncio
async def test_get_dashboard_success():
"""Test successful retrieval of dashboard data."""
Expand Down

0 comments on commit d774edf

Please sign in to comment.