Skip to content

Commit

Permalink
fix: use a proper endpoint for DirectPath tests (#2186)
Browse files Browse the repository at this point in the history
* fix: use a proper endpoint for DirectPath tests
  • Loading branch information
ko3a4ok committed Dec 6, 2022
1 parent e237a21 commit 4d74a0d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public class GceTestEnvConfig implements TestEnvConfig {
public static final String DP_IPV6_PREFIX = "2001:4860:8040";
public static final String DP_IPV4_PREFIX = "34.126";

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

private final SpannerOptions options;

Expand Down

0 comments on commit 4d74a0d

Please sign in to comment.