diff --git a/test/secrets.py b/test/secrets.py index a5a8e14..73f2d90 100644 --- a/test/secrets.py +++ b/test/secrets.py @@ -15,6 +15,6 @@ NORDNET_PASSWORD = load_secret('NORDNET_PASSWORD') KRAKEN_KEY = load_secret('KRAKEN_KEY') KRAKEN_SECRET = load_secret('KRAKEN_SECRET') -KUCOIN_KEY = load_secret('KUCOIN_KEY_TRADING') -KUCOIN_SECRET = load_secret('KUCOIN_SECRET_TRADING') -KUCOIN_PASS = load_secret('KUCOIN_PASS_TRADING') +KUCOIN_KEY = load_secret('KUCOIN_KEY') +KUCOIN_SECRET = load_secret('KUCOIN_SECRET') +KUCOIN_PASS = load_secret('KUCOIN_PASS')