Skip to content

Commit 99b9a6e

Browse files
authored
test(auth): enable skipped quota project default credentials testcase (#13459)
In DefaultCredentialsProviderTest.java, the getDefaultCredentials_quota_project test case was missing the JUnit @test annotation, causing it to be ignored. This adds the annotation to ensure it is executed during test runs.
1 parent 8e6aeb5 commit 99b9a6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/DefaultCredentialsProviderTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ void getDefaultCredentials_GdchServiceAccount() throws IOException {
387387
assertNotNull(((GdchCredentials) defaultCredentials).getApiAudience());
388388
}
389389

390+
@Test
390391
void getDefaultCredentials_quota_project() throws IOException {
391392
InputStream userStream =
392393
UserCredentialsTest.writeUserStream(

0 commit comments

Comments
 (0)