We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fe11d commit dcd97cbCopy full SHA for dcd97cb
1 file changed
oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTest.java
@@ -85,7 +85,7 @@ class GdchCredentialsTest extends BaseSerializationTest {
85
private static final String CA_CERT_FILE_NAME = "cert.pem";
86
private static final String CA_CERT_PATH =
87
GdchCredentialsTest.class.getClassLoader().getResource(CA_CERT_FILE_NAME).getPath();
88
- private static final String API_AUDIENCE = URI.create("https://gdch-api-audience").toString();
+ private static final String API_AUDIENCE = "https://gdch-api-audience";
89
private static final URI CALL_URI = URI.create("http://googleapis.com/testapi/v1/foo");
90
91
@Test
0 commit comments