remove -it from run.sh

This commit is contained in:
Zishan
2025-02-18 16:18:44 +01:00
parent fd0dd4c69e
commit 8fa4beb3b3
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ proxy = APIRouter()
ALLOWED_ANTHROPIC_ENDPOINTS = {"v1/messages"}
MISSING_INVARIANT_AUTH_API_KEY = "Missing invariant authorization header"
MISSING_ANTHROPIC_AUTH_HEADER = "Missing anthropic authorization header"
MISSING_ANTHROPIC_AUTH_HEADER = "Missing Anthropic authorization header"
NOT_SUPPORTED_ENDPOINT = "Not supported Anthropic endpoint"
FAILED_TO_PUSH_TRACE = "Failed to push trace to the dataset: "
END_REASONS = ["end_turn", "max_tokens", "stop_sequence"]
-1
View File
@@ -65,7 +65,6 @@ tests() {
docker build -t 'explorer-proxy-tests' -f ./tests/Dockerfile.test ./tests
docker run \
-it \
--mount type=bind,source=./tests,target=/tests \
--network invariant-proxy-web-test \
-e OPENAI_API_KEY="$OPENAI_API_KEY" \