Skip to content

Commit

Permalink
move to right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
djeck1432 committed Nov 25, 2024
1 parent ad39fa8 commit 359c081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions web_app/tests/test_vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def test_get_vault_balance(
"web_app.db.crud.DepositDBConnector.get_vault_balance",
return_value=balance
):
url = f"/api/vault/api/balance?wallet_id={wallet_id}&symbol={symbol}"
url = f"/api/vault/balance?wallet_id={wallet_id}&symbol={symbol}"
response = await async_client.get(url)

assert response.status_code == expected_status
Expand Down Expand Up @@ -160,7 +160,7 @@ async def test_add_vault_balance(
**patch_kwargs
):
response = await async_client.post(
"/api/vault/api/add_balance",
"/api/vault/add_balance",
json=test_data
)

Expand Down

0 comments on commit 359c081

Please sign in to comment.