Skip to content

Commit bc53846

Browse files
point to the right test server
1 parent 8c39f3f commit bc53846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/test_customizable_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from groundlight import ExperimentalApi
22
from datetime import datetime
33

4-
gl = ExperimentalApi(endpoint="https://api.groundlight.ai/")
4+
gl = ExperimentalApi()
55

66
def test_invalid_endpoint_config():
77
print(gl.make_generic_api_request("/v1/me", "GET"))

0 commit comments

Comments
 (0)