We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e237a21 commit 4d74a0dCopy full SHA for 4d74a0d
google-cloud-spanner/src/test/java/com/google/cloud/spanner/GceTestEnvConfig.java
@@ -53,7 +53,7 @@ public class GceTestEnvConfig implements TestEnvConfig {
53
public static final String DP_IPV6_PREFIX = "2001:4860:8040";
54
public static final String DP_IPV4_PREFIX = "34.126";
55
56
- private static final String DIRECT_PATH_ENDPOINT = "aa423245250f2bbf.sandbox.googleapis.com:443";
+ private static final String DIRECT_PATH_ENDPOINT = "wrenchworks-nonprod.googleapis.com:443";
57
58
private final SpannerOptions options;
59
0 commit comments