There was an error while loading. Please reload this page.
1 parent 89d8abd commit 84ffaffCopy full SHA for 84ffaff
1 file changed
tests/test_client.py
@@ -29,7 +29,6 @@ def test_client_initialization_success_with_key(mock_httpx_client):
29
base_url="http://test.url",
30
headers={
31
"x-api-key": DUMMY_API_KEY,
32
- "Content-Type": "application/json",
33
"Accept": "application/json",
34
"User-Agent": f"moorcheh-python-sdk/{__version__}",
35
},
0 commit comments