Add support for Pulsar queries (#292)
This commit is contained in:
committed by
Antonio Andelic
parent
0e4719018a
commit
b66cc66503
@@ -286,7 +286,7 @@ TEST_F(ConsumerTest, InvalidBootstrapServers) {
|
||||
|
||||
TEST_F(ConsumerTest, InvalidTopic) {
|
||||
auto info = CreateDefaultConsumerInfo();
|
||||
info.topics = {"Non existing topic"};
|
||||
info.topics = {"Nonexistingtopic"};
|
||||
EXPECT_THROW(Consumer(std::move(info), kDummyConsumerFunction), TopicNotFoundException);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user