Skip to content

Commit ba4bb11

Browse files
committed
fix: shorten test id for long description case (#781)
Signed-off-by: lugi0 <lgiorgi@redhat.com>
1 parent 72bded4 commit ba4bb11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/model_registry/model_catalog/test_model_search.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,10 @@ class TestSearchModelCatalogQParameter:
307307
"deepseek",
308308
"red hat",
309309
"granite-8b",
310-
"The Llama 4 collection of models are natively multimodal AI models that enable text and multimodal experiences. These models leverage a mixture-of-experts architecture to offer industry-leading performance in text and image understanding. These Llama 4 models mark the beginning of a new era for the Llama ecosystem. We are launching two efficient models in the Llama 4 series, Llama 4 Scout, a 17 billion parameter model with 16 experts, and Llama 4 Maverick, a 17 billion parameter model with 128 experts.", # noqa: E501
310+
pytest.param(
311+
"The Llama 4 collection of models are natively multimodal AI models that enable text and multimodal experiences. These models leverage a mixture-of-experts architecture to offer industry-leading performance in text and image understanding. These Llama 4 models mark the beginning of a new era for the Llama ecosystem. We are launching two efficient models in the Llama 4 series, Llama 4 Scout, a 17 billion parameter model with 16 experts, and Llama 4 Maverick, a 17 billion parameter model with 128 experts.", # noqa: E501
312+
id="long_description",
313+
),
311314
],
312315
)
313316
def test_q_parameter_basic_search(

0 commit comments

Comments
 (0)