Skip to content

Commit b245b78

Browse files
committed
removed missing lines
1 parent 61707ca commit b245b78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test_proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python test_proxy.py --port 8080
3131
```
3232

3333
By default, the test_proxy targets the async client. You can change this by passing in the `--client_type` flag.
34-
Valid options are `async`, and `legacy`.
34+
Valid options are `async` and `legacy`.
3535

3636
```
3737
python test_proxy.py --client_type=legacy

test_proxy/run_tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ trap finish EXIT
4545

4646
# run tests
4747
pushd cloud-bigtable-clients-test/tests
48-
echo "Running with $TEST_ARGS"
4948
go test -v -proxy_addr=:$PROXY_SERVER_PORT

0 commit comments

Comments
 (0)