Skip to content

Commit 914f2a1

Browse files
committed
chore: Remove dummy api_key from tests
1 parent a9bdf3a commit 914f2a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/manual_test_batches.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
from portkey_ai import Portkey
33

44
portkey = Portkey(
5-
api_key="Xgv7++HhSeF70UzdVSsmtJuGYe0=", virtual_key="portkey-welcome-e248d3"
5+
api_key=os.environ.get("PORTKEY_API_KEY"),
6+
virtual_key=os.environ.get("PORTKEY_VIRTUAL_KEY"),
67
)
78

89

0 commit comments

Comments
 (0)