From 57c7edfe2611db08a1d0e9cf32a2e069d0c28474 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Mar 2026 20:22:04 +0100 Subject: [PATCH] test: update krakenfutures live test --- tests/exchange_online/conftest.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 815628d6e..0c7e84517 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -642,14 +642,16 @@ EXCHANGES: dict[str, TestExchangeOnlineSetup] = { "id": "a11a8ff3-17f3-5112-8caa-9cbbacfa1c8e", "timestamp": 1771345562918, "datetime": "2026-02-17T16:26:02.918Z", - "price": 71712.0, + # TODO: re-verify this ... + # "price": 71712.0, + "price": None, "status": "open", "amount": 0.0004, "side": "buy", - # TODO: this should work if stoploss is supposed to work. - # "triggerPrice": 71641.0, - # "stopPrice": 71641.0, - # "stopLossPrice": 71641.0, + "triggerPrice": 71641.0, + "stopPrice": 71641.0, + # krakenfutures uses stopPrice - so this is fine. + "stopLossPrice": None, }, }, ],