Skip to content

Commit 4d74a0d

Browse files
authored
fix: use a proper endpoint for DirectPath tests (#2186)
* fix: use a proper endpoint for DirectPath tests
1 parent e237a21 commit 4d74a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/GceTestEnvConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class GceTestEnvConfig implements TestEnvConfig {
5353
public static final String DP_IPV6_PREFIX = "2001:4860:8040";
5454
public static final String DP_IPV4_PREFIX = "34.126";
5555

56-
private static final String DIRECT_PATH_ENDPOINT = "aa423245250f2bbf.sandbox.googleapis.com:443";
56+
private static final String DIRECT_PATH_ENDPOINT = "wrenchworks-nonprod.googleapis.com:443";
5757

5858
private final SpannerOptions options;
5959

0 commit comments

Comments
 (0)