Skip to content

Commit

Permalink
fix: test PrincipalNotFoundForTlsClient akid value
Browse files Browse the repository at this point in the history
  • Loading branch information
roaminggypsy committed Dec 18, 2024
1 parent 36873ae commit dbec183
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,7 @@ class PrincipalsServiceTest {
errorInfo {
domain = Errors.DOMAIN
reason = Errors.Reason.PRINCIPAL_NOT_FOUND_FOR_TLS_CLIENT.name
metadata[Errors.Metadata.AUTHORITY_KEY_IDENTIFIER.key] =
request.tlsClient.authorityKeyIdentifier.toString()
metadata[Errors.Metadata.AUTHORITY_KEY_IDENTIFIER.key] = "61:6B:69:64"
}
)
}
Expand Down

0 comments on commit dbec183

Please sign in to comment.