Skip to content

Commit 794f16d

Browse files
Update test
1 parent ff9db2e commit 794f16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api_endpoint_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_default_api_endpoint(self):
2323
endpoint = get_AI_endpoint()
2424
assert endpoint is not None
2525
assert isinstance(endpoint, str)
26-
assert urlparse(endpoint).netloc == "models.github.ai"
26+
assert urlparse(endpoint).netloc == "api.githubcopilot.com"
2727
finally:
2828
if original_env:
2929
os.environ["AI_API_ENDPOINT"] = original_env

0 commit comments

Comments
 (0)