Skip to content

Commit

Permalink
chore: add alias_for to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 18, 2024
1 parent fd9ec43 commit 7fe23ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rpc/test_rpc_apiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2156,6 +2156,7 @@ def test_api_exchanges(botclient):
"comment": "",
"dex": False,
"is_alias": False,
"alias_for": None,
"trade_modes": [
{"trading_mode": "spot", "margin_mode": ""},
{"trading_mode": "futures", "margin_mode": "isolated"},
Expand All @@ -2171,6 +2172,7 @@ def test_api_exchanges(botclient):
"dex": False,
"comment": "",
"is_alias": False,
"alias_for": None,
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
}
waves = [x for x in response["exchanges"] if x["classname"] == "wavesexchange"][0]
Expand All @@ -2182,6 +2184,7 @@ def test_api_exchanges(botclient):
"dex": True,
"comment": ANY,
"is_alias": False,
"alias_for": None,
"trade_modes": [{"trading_mode": "spot", "margin_mode": ""}],
}

Expand Down

0 comments on commit 7fe23ad

Please sign in to comment.