Skip to content

Commit 2eb8ec1

Browse files
committed
update test fixture to use staging
1 parent 48262a1 commit 2eb8ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def api_keys() -> APIKeys:
194194
def humanloop_client(api_keys: APIKeys) -> Humanloop:
195195
return Humanloop(
196196
api_key=api_keys.humanloop,
197-
base_url="http://localhost:80/v5",
197+
base_url="https://neostaging.humanloop.ml/v5/",
198198
)
199199

200200

0 commit comments

Comments
 (0)