Skip to content

Commit

Permalink
chore: Fix typo in test_generate_content_model_router system test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676604252
  • Loading branch information
matthew29tang authored and copybara-github committed Sep 19, 2024
1 parent 73c0dae commit 55553ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/vertexai/test_generative_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def test_generate_content_function_calling(self, api_endpoint_env_name):

assert summary

def test_generate_content_model_router(self, gapi_endpoint_env_name):
def test_generate_content_model_router(self, api_endpoint_env_name):
model = generative_models.GenerativeModel(SMART_ROUTER_NAME)
response = model.generate_content(
contents="Why is sky blue?",
Expand Down

0 comments on commit 55553ba

Please sign in to comment.