We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40529e commit 835c076Copy full SHA for 835c076
scrapegraph-py/tests/test_mocked_apis.py
@@ -4,7 +4,6 @@
4
These tests use mocked API responses for faster and more reliable testing
5
"""
6
7
-import os
8
from unittest.mock import patch
9
10
import pytest
@@ -65,7 +64,7 @@ class CompanySchema(BaseModel):
65
64
"message": "Feedback submitted successfully"
66
}
67
68
-api_key = os.getenv("SGAI_API_KEY")
+api_key = "sgai-c0811976-dac7-441c-acb6-7cd72643449c" # its an invalid api key
69
# ============================================================================
70
# SYNC CLIENT TESTS
71
0 commit comments