Skip to content

Commit 55553ba

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Fix typo in test_generate_content_model_router system test
PiperOrigin-RevId: 676604252
1 parent 73c0dae commit 55553ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/vertexai/test_generative_models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def test_generate_content_function_calling(self, api_endpoint_env_name):
495495

496496
assert summary
497497

498-
def test_generate_content_model_router(self, gapi_endpoint_env_name):
498+
def test_generate_content_model_router(self, api_endpoint_env_name):
499499
model = generative_models.GenerativeModel(SMART_ROUTER_NAME)
500500
response = model.generate_content(
501501
contents="Why is sky blue?",

0 commit comments

Comments
 (0)