lordgamez commented on a change in pull request #1121:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1121#discussion_r661473519



##########
File path: docker/test/integration/steps/steps.py
##########
@@ -441,9 +367,10 @@ def step_impl(context, content, topic_name, 
semicolon_separated_headers):
     assert future.get(timeout=60)
 
 
-@when("the Kafka consumer is registered in kafka broker \"{cluster_name}\"")
-def step_impl(context, cluster_name):
-    context.test.wait_for_kafka_consumer_to_be_registered(cluster_name)
+@when("the Kafka consumer is registered in kafka broker")
+def step_impl(context):
+    context.test.wait_for_kafka_consumer_to_be_registered("kafka-broker")
+    time.sleep(2)

Review comment:
       This change is included in #1122 and will be removed once that's merged.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to