Skip to content

Commit

Permalink
Fix for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
melonaerial committed Feb 25, 2025
1 parent ae4d0ff commit ba284c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kafka/tests/configuration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ UTEST_F(ConfigurationTest, ProducerSecurePlaintext) {
EXPECT_EQ(configuration->GetOption("sasl.mechanism"), "SCRAM-SHA-512");
EXPECT_EQ(configuration->GetOption("sasl.username"), "username");
EXPECT_EQ(configuration->GetOption("sasl.password"), "password");
EXPECT_EQ(configuration->GetOption("ssl.ca.location"), "probe");
}

UTEST_F(ConfigurationTest, ConsumerSecure) {
Expand Down

0 comments on commit ba284c1

Please sign in to comment.