From 036ac70b72eb70b01466f38fbe684f9149979eb3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 13 Mar 2025 14:55:33 -0700 Subject: [PATCH] rename test config --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7158087445..8a02a41633 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1357,7 +1357,7 @@ jobs: # Store test results - store_test_results: path: test-results - e2e_openai_misc_endpoints: + e2e_openai_endpoints: machine: image: ubuntu-2204:2023.10.1 resource_class: xlarge @@ -2429,7 +2429,7 @@ workflows: only: - main - /litellm_.*/ - - e2e_openai_misc_endpoints: + - e2e_openai_endpoints: filters: branches: only: @@ -2571,7 +2571,7 @@ workflows: requires: - local_testing - build_and_test - - e2e_openai_misc_endpoints + - e2e_openai_endpoints - load_testing - test_bad_database_url - llm_translation_testing