martinzink commented on code in PR #2133:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2133#discussion_r2919781959
##########
extensions/couchbase/tests/features/containers/couchbase_server_container.py:
##########
@@ -66,7 +65,7 @@ def run_post_startup_commands(self):
return True
- @retry_check(max_tries=12, retry_interval=5)
+ @retry_check(12, 5)
Review Comment:
it was mismatched with the actual naming of the parameters
def retry_check(max_tries: int = 5, retry_interval_seconds: int = 1)
should I instead correct and keep the named arguments?
--
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]