Skip to content

Commit

Permalink
Revert client-side test behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstevenson88 committed Oct 20, 2024
1 parent a1e5e8b commit f8f07e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/core/tsi/alts/handshaker/alts_tsi_handshaker_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,8 @@ TEST(AltsTsiHandshakerTest, CheckHandshakerNextFailure) {
tsi_handshaker* server_handshaker =
create_test_handshaker(false /* is_client */);
// Client start.
ASSERT_EQ(tsi_handshaker_next(
client_handshaker,
(const unsigned char*)ALTS_TSI_HANDSHAKER_TEST_RECV_BYTES,
strlen(ALTS_TSI_HANDSHAKER_TEST_RECV_BYTES), nullptr, nullptr,
nullptr, check_must_not_be_called, nullptr),
ASSERT_EQ(tsi_handshaker_next(client_handshaker, nullptr, 0, nullptr, nullptr,
nullptr, check_must_not_be_called, nullptr),
TSI_INTERNAL_ERROR);
// Server start.
ASSERT_EQ(tsi_handshaker_next(
Expand Down

0 comments on commit f8f07e5

Please sign in to comment.