Skip to content

Commit

Permalink
Fix: update test certificate name. (#2300)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-spanner/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
gyang-google committed Feb 22, 2023
1 parent bb31daf commit 18e76d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class CloudUtil {
// error message causes the trailing headers to exceed this limit.
private static final int GRPC_MAX_HEADER_LIST_SIZE_BYTES = 10 * 1024 * 1024;

private static final String TEST_HOST_IN_CERT = "test_cert_2";
private static final String TEST_HOST_IN_CERT = "test-cert-2";

public static TransportChannelProvider newChannelProviderHelper(int port) {
NettyChannelBuilder builder =
Expand Down

0 comments on commit 18e76d6

Please sign in to comment.