We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb31daf commit 18e76d6Copy full SHA for 18e76d6
google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudUtil.java
@@ -46,7 +46,7 @@ public class CloudUtil {
46
// error message causes the trailing headers to exceed this limit.
47
private static final int GRPC_MAX_HEADER_LIST_SIZE_BYTES = 10 * 1024 * 1024;
48
49
- private static final String TEST_HOST_IN_CERT = "test_cert_2";
+ private static final String TEST_HOST_IN_CERT = "test-cert-2";
50
51
public static TransportChannelProvider newChannelProviderHelper(int port) {
52
NettyChannelBuilder builder =
0 commit comments