Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed May 10, 2024
1 parent 4c35cdc commit 845155f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core/tsi/ssl_transport_security_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ class SslTransportSecurityTest
}
}

// This is tied specifically to server0.pem loaded by the fixture.
static void CheckServer0Peer(tsi_peer* peer) {
const tsi_peer_property* property =
CheckBasicAuthenticatedPeerAndGetCommonName(peer);
Expand All @@ -498,6 +499,7 @@ class SslTransportSecurityTest
tsi_peer_destruct(peer);
}

// This is tied specifically to server1.pem loaded by the fixture.
static void CheckServer1Peer(tsi_peer* peer) {
const tsi_peer_property* property =
CheckBasicAuthenticatedPeerAndGetCommonName(peer);
Expand Down

0 comments on commit 845155f

Please sign in to comment.