Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Morales committed Oct 20, 2023
1 parent 3d625f6 commit a7be9e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"api_key": None,
"base_url": "some_url",
"protocol": "wss",
"http_prefix": "https",
"http_prefix": "http",
"use_mailbox": False,
},
{
Expand All @@ -86,7 +86,7 @@
"api_key": "api_key",
"base_url": "agentverse.ai",
"protocol": "wss",
"http_prefix": "https",
"http_prefix": "http",
"use_mailbox": True,
},
{
Expand Down

0 comments on commit a7be9e1

Please sign in to comment.