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