tests: tighten up a few flaky tests (#12271)

Sometimes the context test results are pure emoji's
Thanksgiving has too much variability, so swap for a more straight forward prompt.
This commit is contained in:
Daniel Hiltgen
2025-09-12 13:59:34 -07:00
committed by GitHub
parent e4ce68311a
commit 44a6792873
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ func TestContextExhaustion(t *testing.T) {
// Set up the test data
req := api.GenerateRequest{
Model: smol,
Prompt: "Write me a story with a ton of emojis?",
Prompt: "Write me a story in english with a lot of emojis",
Stream: &stream,
Options: map[string]any{
"temperature": 0,