Skip to content

Commit 5b11c76

Browse files
committed
fix expected failures
1 parent dea557a commit 5b11c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/automated-tests/config/expected_failures.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ input/instructions/how-to/protect-sensitive-information-with-ai/gateway.yaml: "E
1111
input/instructions/how-to/use-ai-semantic-prompt-guard-plugin/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 200, got: 400."
1212
input/instructions/ai-gateway/get-started/gateway.yaml: "Expected: request http://localhost:8000/chat to have status code 200, got: 401."
1313
input/instructions/how-to/create-a-complex-ai-chat-history/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 200, got: 401."
14-
input/instructions/how-to/send-asychronous-llm-requests/gateway.yaml: "Expected: request http://localhost:8000/files to have status code 200, got: 401."
14+
input/instructions/how-to/send-asychronous-llm-requests/gateway.yaml: "Expected: request http://localhost:8000/files to have status code 200, got: 400."
1515
input/instructions/how-to/set-up-ai-proxy-advanced-with-ollama/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 200, got: 502."
1616
input/instructions/how-to/set-up-ai-proxy-with-ollama/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 200, got: 502."
1717
input/instructions/how-to/use-ai-prompt-template-plugin/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 200, got: 401."
@@ -26,5 +26,5 @@ input/instructions/how-to/use-ai-gcp-model-armor-plugin/gateway.yaml: "Expected:
2626
input/instructions/how-to/compare-llm-models-accuracy/gateway.yaml: "Expected: request 1 to have status code 200, got: 401."
2727
input/instructions/how-to/use-agno-with-ai-proxy/gateway.yaml: "Expected: command to have return code 0, got: 1"
2828
input/instructions/how-to/use-langchain-with-ai-proxy/gateway.yaml: "Expected: command to have return code 0, got: 1"
29-
input/instructions/how-to/azure-batches/gateway.yaml: "Expected: request http://localhost:8000/files to have status code 201, got: 401."
29+
input/instructions/how-to/azure-batches/gateway.yaml: "Expected: request http://localhost:8000/files to have status code 201, got: 400."
3030
input/instructions/how-to/set-up-ai-proxy-for-image-generation-with-grok/gateway.yaml: "Expected: request http://localhost:8000/anything to have status code 201, got: 400."

0 commit comments

Comments
 (0)