chore: Highlight non-used variable in test

This commit is contained in:
Matthias 2024-07-05 08:18:16 +02:00
parent ab0fd461ed
commit 0eadd51ff3

View File

@ -22,7 +22,7 @@ from tests.exchange_online.conftest import EXCHANGE_WS_FIXTURE_TYPE
@pytest.mark.timeout(3 * 60)
class TestCCXTExchangeWs:
def test_ccxt_watch_ohlcv(self, exchange_ws: EXCHANGE_WS_FIXTURE_TYPE, caplog, mocker):
exch, exchangename, pair = exchange_ws
exch, _exchangename, pair = exchange_ws
assert exch._ws_async is not None
timeframe = "1m"