Browse Source

remove unused expected_content in ci

Alex Cheema 6 months ago
parent
commit
6956943e4d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .circleci/config.yml

+ 0 - 7
.circleci/config.yml

@@ -48,13 +48,6 @@ commands:
             # Check processes before proceeding
             # Check processes before proceeding
             check_processes
             check_processes
 
 
-            # Special handling for dummy engine
-            if [ "<<parameters.inference_engine>>" = "dummy" ]; then
-              expected_content="This is a dummy response"
-            else
-              expected_content="Michael Jackson"
-            fi
-
             echo "Sending request to first instance..."
             echo "Sending request to first instance..."
             response_1=$(curl -s http://localhost:8000/v1/chat/completions \
             response_1=$(curl -s http://localhost:8000/v1/chat/completions \
               -H "Content-Type: application/json" \
               -H "Content-Type: application/json" \