Skip to content

Commit

Permalink
script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Dec 23, 2024
1 parent d005cb8 commit 20941b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -d "$TEST_DIR" ]; then
# Run tests with the reqwest-client feature
echo
echo ####
echo Integration Tests: Reqwest Client (Disabled now)
echo "Integration Tests: Reqwest Client (Disabled now)"
echo ####
echo
# TODO: reqwest client is not supported with thread based processor and reader. Enable this test once it is supported.
Expand All @@ -33,7 +33,7 @@ if [ -d "$TEST_DIR" ]; then
# Run tests with the hyper-client feature
echo
echo ####
echo Integration Tests: Hyper Client (Disabled now)
echo "Integration Tests: Hyper Client (Disabled now)
echo ####
echo
# TODO: hyper client is not supported with thread based processor and reader. Enable this test once it is supported.
Expand Down

0 comments on commit 20941b9

Please sign in to comment.