We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e330df commit 9764d0cCopy full SHA for 9764d0c
1 file changed
java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITOtelTracing.java
@@ -90,7 +90,7 @@ class ITOtelTracing {
90
String.format("%s:%s", SHOWCASE_SERVER_ADDRESS, SHOWCASE_SERVER_PORT);
91
private static final String SHOWCASE_HTTPJSON_ENDPOINT =
92
String.format("http://%s:%s", SHOWCASE_SERVER_ADDRESS, SHOWCASE_SERVER_PORT);
93
- private static final String SHOWCASE_REPO = "googleapis/sdk-platform-java";
+ private static final String SHOWCASE_REPO = "googleapis/google-cloud-java";
94
private static final String SHOWCASE_ARTIFACT = "com.google.cloud:gapic-showcase";
95
private static final String SHOWCASE_USER_URL = "http://localhost:7469/v1beta1/echo:echo";
96
0 commit comments