Binance futures testnet error

Hi,
Created a new account on binance testnet futures.
when i run this code i’ll get an error.

from binance.cm_futures import CMFutures
cm_futures_client = CMFutures(key=“XXXXXXXXX”, secret=‘XXXXXXXXX’,
base_url=“https://testnet.binancefuture.com”)
print(cm_futures_client.account())

Error :
401, -2015, ‘Invalid API-key, IP, or permissions for action, request ip: 34.82.68.24’,

On my main account this works fine.
Are there any problems with new testnet futures accounts ?
Older testnet account from a friend works fine.

ty.

Testnet has separate API/Secret key. Did you use that?

thanks, we will let team know.

Yes. I used the api and secret from the futures testnet. Also created a second account. No luck.
And as i said. Code works with keys from a friend.