Skip to content

Commit

Permalink
turn crash into failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryOsterman committed Apr 2, 2023
1 parent 57e273f commit 272018f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/azure-core-amqp/test/ut/mock_amqp_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ class AmqpServerMock : public Azure::Core::Amqp::Network::_internal::SocketListe
catch (std::exception& ex)
{
GTEST_LOG_(INFO) << "Exception thrown sending CBS response: " << ex.what();
return;
}
}
else if (static_cast<std::string>(operation) == "delete-token")
Expand Down

0 comments on commit 272018f

Please sign in to comment.