From b354a5b52915f3299895bdf352cc9e6be10085b8 Mon Sep 17 00:00:00 2001 From: APF20 <74583612+APF20@users.noreply.github.com> Date: Fri, 20 Mar 2026 10:43:01 +0000 Subject: [PATCH] Update test_pyget.py --- tests/test_pyget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pyget.py b/tests/test_pyget.py index dfbd87b..231e3a3 100644 --- a/tests/test_pyget.py +++ b/tests/test_pyget.py @@ -83,7 +83,7 @@ def test_auth(self): mocks['_auth_headers'].assert_called_once_with(expected['signature'], expected['timestamp']) async def test_submit_request(self): - url = 'https://api.bitget.com' + url = REST_URL mock_path = '/api/mix/v1/market/contracts' mock_query = {'symbol': 'BTCUSDT'} headers = {'Content-Type': 'application/json', 'Accept': 'application/json'}