Skip to content

Commit

Permalink
removed missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 28, 2024
1 parent 61707ca commit b245b78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion test_proxy/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b245b78

Please sign in to comment.