[ruby] Use Marcel to detect content-type in form-data file upload using faraday (#18243)

This commit is contained in:
Yohei Kitamura
2024-03-29 09:58:08 -04:00
committed by GitHub
parent de680de60e
commit 34ebc1c644
8 changed files with 10 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ if [ "$NODE_INDEX" = "1" ]; then
echo "Running node $NODE_INDEX ..."
java -version
sudo apt-get -y install cpanminus libmagic-dev
sudo apt-get -y install cpanminus
(cd samples/client/petstore/perl && /bin/bash ./test.bash)
(cd samples/client/petstore/ruby && mvn integration-test)
@@ -112,5 +112,3 @@ else
(cd samples/client/petstore/java/apache-httpclient && mvn integration-test)
fi