Skip to content

Commit

Permalink
fix: add --ignore-stdin in httpie scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 14, 2024
1 parent 816515f commit dfe1176
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/iphash_load_balancer_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY_URL=${PROXY_URL:-"http://localhost"}

DIR="$( cd "$( dirname "$0" )" && pwd )"

CALL='http --check-status -p=mb -F'
CALL='http --ignore-stdin --check-status -p=mb -F'

$CALL PUT ${ADMIN_URL}/namespace \
name=test-lb-ns
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/merge_responses_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY_URL=${PROXY_URL:-"http://localhost"}

DIR="$( cd "$( dirname "$0" )" && pwd )"

CALL='http --check-status -p=mb -F'
CALL='http --ignore-stdin --check-status -p=mb -F'

$CALL PUT ${ADMIN_URL}/namespace \
name=test-ns
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/modify_request_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY_URL=${PROXY_URL:-"http://localhost"}

DIR="$( cd "$( dirname "$0" )" && pwd )"

CALL='http --check-status -p=mb -F'
CALL='http --ignore-stdin --check-status -p=mb -F'

$CALL PUT ${ADMIN_URL}/namespace \
name=modify_request_test-ns
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/modify_response_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROXY_URL=${PROXY_URL:-"http://localhost"}

DIR="$( cd "$( dirname "$0" )" && pwd )"

CALL='http --check-status -p=mb -F'
CALL='http --ignore-stdin --check-status -p=mb -F'

$CALL PUT ${ADMIN_URL}/namespace \
name=test-ns
Expand Down
2 changes: 1 addition & 1 deletion functional-tests/admin_tests/performance_test_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DIR="$( cd "$( dirname "$0" )" && pwd )"

# SETUP BASE

CALL='http --check-status -p=mb -F'
CALL='http --ignore-stdin --check-status -p=mb -F'

# domain setup

Expand Down

0 comments on commit dfe1176

Please sign in to comment.