From cdc59be100f907156a0f4f2b08a5ba78bafad676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Andr=C3=A9s=20Marino=20Rojas?= <47573394+Marinovsky@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:29:36 -0500 Subject: [PATCH] Update test_live.py (#495) --- tests/commands/test_live.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/commands/test_live.py b/tests/commands/test_live.py index e31807a9..1b332edb 100644 --- a/tests/commands/test_live.py +++ b/tests/commands/test_live.py @@ -363,8 +363,8 @@ def test_live_sets_dependent_configurations_from_modules_json_based_on_environme "bitfinex-api-secret": "456", }, "Coinbase Advanced Trade": { - "coinbase-api-key": "123", - "coinbase-api-secret": "456", + "coinbase-api-name": "123", + "coinbase-api-private-key": "456", }, "Binance": { "binance-exchange-name": "binance",