Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)