From de6ec5803e18e336c936c5d5f8d9d8a9302b14bf Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Thu, 10 Apr 2025 11:37:31 -0600 Subject: [PATCH] fix: Fix linter failures from #1921 (#1932) # What does this PR do? fix: Fix linter failures from #1921 Signed-off-by: Francisco Javier Arceo --- tests/verifications/conf/cerebras.yaml | 2 +- tests/verifications/conf/fireworks.yaml | 2 +- tests/verifications/conf/groq.yaml | 2 +- tests/verifications/conf/openai.yaml | 2 +- tests/verifications/conf/together.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/verifications/conf/cerebras.yaml b/tests/verifications/conf/cerebras.yaml index 32a60e766..5b19b4916 100644 --- a/tests/verifications/conf/cerebras.yaml +++ b/tests/verifications/conf/cerebras.yaml @@ -7,4 +7,4 @@ model_display_names: test_exclusions: llama-3.3-70b: - test_chat_non_streaming_image - - test_chat_streaming_image \ No newline at end of file + - test_chat_streaming_image diff --git a/tests/verifications/conf/fireworks.yaml b/tests/verifications/conf/fireworks.yaml index 30d6e4d75..f55b707ba 100644 --- a/tests/verifications/conf/fireworks.yaml +++ b/tests/verifications/conf/fireworks.yaml @@ -11,4 +11,4 @@ model_display_names: test_exclusions: accounts/fireworks/models/llama-v3p3-70b-instruct: - test_chat_non_streaming_image - - test_chat_streaming_image \ No newline at end of file + - test_chat_streaming_image diff --git a/tests/verifications/conf/groq.yaml b/tests/verifications/conf/groq.yaml index ef31a66e5..7871036dc 100644 --- a/tests/verifications/conf/groq.yaml +++ b/tests/verifications/conf/groq.yaml @@ -11,4 +11,4 @@ model_display_names: test_exclusions: llama-3.3-70b-versatile: - test_chat_non_streaming_image - - test_chat_streaming_image \ No newline at end of file + - test_chat_streaming_image diff --git a/tests/verifications/conf/openai.yaml b/tests/verifications/conf/openai.yaml index 89ae698f3..95a6259f7 100644 --- a/tests/verifications/conf/openai.yaml +++ b/tests/verifications/conf/openai.yaml @@ -6,4 +6,4 @@ models: model_display_names: gpt-4o: gpt-4o gpt-4o-mini: gpt-4o-mini -test_exclusions: {} \ No newline at end of file +test_exclusions: {} diff --git a/tests/verifications/conf/together.yaml b/tests/verifications/conf/together.yaml index 80e86fa77..258616662 100644 --- a/tests/verifications/conf/together.yaml +++ b/tests/verifications/conf/together.yaml @@ -11,4 +11,4 @@ model_display_names: test_exclusions: meta-llama/Llama-3.3-70B-Instruct-Turbo: - test_chat_non_streaming_image - - test_chat_streaming_image \ No newline at end of file + - test_chat_streaming_image