Skip to content

Commit 5353838

Browse files
committed
Test fix.
1 parent b083558 commit 5353838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ 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(
202+
"Unable to find Agent Identity certificate config or file for bound token request after multiple retries."));
202203
}
203204

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

0 commit comments

Comments
 (0)