Skip to content

Commit 835c076

Browse files
committed
updated fake api key
1 parent d40529e commit 835c076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scrapegraph-py/tests/test_mocked_apis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
These tests use mocked API responses for faster and more reliable testing
55
"""
66

7-
import os
87
from unittest.mock import patch
98

109
import pytest
@@ -65,7 +64,7 @@ class CompanySchema(BaseModel):
6564
"message": "Feedback submitted successfully"
6665
}
6766

68-
api_key = os.getenv("SGAI_API_KEY")
67+
api_key = "sgai-c0811976-dac7-441c-acb6-7cd72643449c" # its an invalid api key
6968
# ============================================================================
7069
# SYNC CLIENT TESTS
7170
# ============================================================================

0 commit comments

Comments
 (0)