Spaces:
Sleeping
Sleeping
Ali Hashhash commited on
Commit ·
eaf5c68
1
Parent(s): e11bdae
chore: remove legacy Gemini integration and keys
Browse files
tests/test_supadata_first_pipeline.py
CHANGED
|
@@ -6,9 +6,6 @@ from pathlib import Path
|
|
| 6 |
from unittest import mock
|
| 7 |
|
| 8 |
|
| 9 |
-
os.environ.setdefault("GEMINI_API_KEY_1", "test-key-1")
|
| 10 |
-
os.environ.setdefault("GEMINI_API_KEY_2", "test-key-2")
|
| 11 |
-
|
| 12 |
sys.path.insert(0, str(Path(__file__).parent.parent))
|
| 13 |
|
| 14 |
fake_auth_pkg = types.ModuleType("src.auth")
|
|
|
|
| 6 |
from unittest import mock
|
| 7 |
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
sys.path.insert(0, str(Path(__file__).parent.parent))
|
| 10 |
|
| 11 |
fake_auth_pkg = types.ModuleType("src.auth")
|