tests: update test to not test for non-existing property
This commit is contained in:
@@ -1069,7 +1069,6 @@ def test_create_dry_run_order(default_conf, mocker, side, exchange_name, leverag
|
|||||||
assert order["type"] == "limit"
|
assert order["type"] == "limit"
|
||||||
assert order["symbol"] == "ETH/BTC"
|
assert order["symbol"] == "ETH/BTC"
|
||||||
assert order["amount"] == 1
|
assert order["amount"] == 1
|
||||||
assert order["leverage"] == leverage
|
|
||||||
assert order["cost"] == 1 * 200
|
assert order["cost"] == 1 * 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user