Skip to content

Commit e0d450a

Browse files
committed
Test fix.
1 parent b083558 commit e0d450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/javatests/com/google/auth/oauth2/AgentIdentityUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void getAgentIdentityCertificate_timeout_throwsIOException() {
198198
assertThrows(IOException.class, AgentIdentityUtils::getAgentIdentityCertificate);
199199
assertTrue(
200200
e.getMessage()
201-
.contains("Certificate config or certificate file not found after multiple retries"));
201+
.contains("Unable to find Agent Identity certificate config or file for bound token request after multiple retries."));
202202
}
203203

204204
// Fake time service that advances time when sleep is requested.

0 commit comments

Comments
 (0)