From b245b78cd38913e1859d8e506931af058e748893 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 27 Nov 2024 16:57:53 -0800 Subject: [PATCH] removed missing lines --- test_proxy/README.md | 2 +- test_proxy/run_tests.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test_proxy/README.md b/test_proxy/README.md index e46ed232e..266fba7cd 100644 --- a/test_proxy/README.md +++ b/test_proxy/README.md @@ -31,7 +31,7 @@ python test_proxy.py --port 8080 ``` By default, the test_proxy targets the async client. You can change this by passing in the `--client_type` flag. -Valid options are `async`, and `legacy`. +Valid options are `async` and `legacy`. ``` python test_proxy.py --client_type=legacy diff --git a/test_proxy/run_tests.sh b/test_proxy/run_tests.sh index 68788e3bb..c2e9c6312 100755 --- a/test_proxy/run_tests.sh +++ b/test_proxy/run_tests.sh @@ -45,5 +45,4 @@ trap finish EXIT # run tests pushd cloud-bigtable-clients-test/tests -echo "Running with $TEST_ARGS" go test -v -proxy_addr=:$PROXY_SERVER_PORT