Skip to content

Commit c8be56a

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Deflake GenAI system test test_send_message_from_text
PiperOrigin-RevId: 646645371
1 parent 0b5ce22 commit c8be56a

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
@@ -313,7 +313,7 @@ def test_send_message_from_text(self):
313313
model = generative_models.GenerativeModel(GEMINI_MODEL_NAME)
314314
chat = model.start_chat()
315315
response1 = chat.send_message(
316-
"I really like fantasy books.",
316+
"I really like fantasy movies.",
317317
generation_config=generative_models.GenerationConfig(temperature=0),
318318
)
319319
assert response1.text

0 commit comments

Comments
 (0)