From a7be9e1db4fadf591d99ff54965fed433424e53a Mon Sep 17 00:00:00 2001 From: Alejandro-Morales Date: Fri, 20 Oct 2023 06:22:28 -0600 Subject: [PATCH] fix: tests --- python/tests/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/test_config.py b/python/tests/test_config.py index 481e4396a..658a0ad93 100644 --- a/python/tests/test_config.py +++ b/python/tests/test_config.py @@ -72,7 +72,7 @@ "api_key": None, "base_url": "some_url", "protocol": "wss", - "http_prefix": "https", + "http_prefix": "http", "use_mailbox": False, }, { @@ -86,7 +86,7 @@ "api_key": "api_key", "base_url": "agentverse.ai", "protocol": "wss", - "http_prefix": "https", + "http_prefix": "http", "use_mailbox": True, }, {