diff --git a/tests/recipes/dev/test_generate_v2.py b/tests/recipes/dev/test_generate_v2.py index be3f995f58..2159e46b70 100644 --- a/tests/recipes/dev/test_generate_v2.py +++ b/tests/recipes/dev/test_generate_v2.py @@ -55,9 +55,7 @@ def test_llama2_generate_results(self, caplog, monkeypatch, tmpdir): # this is gibberish b/c the model is random weights, but it's # the expected value for what we currently have in V2 # this test should catch any changes to the generate recipe that affect output - expected_output = ( - "Country maior Connection Kohćutsójcustomulas Sometimes Security" - ) + expected_output = "Pietroместkap щotimes rivers cache НиtringindexPathNAME" logs = caplog.text assert expected_output in logs