You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f'WARNING On @app.function("{callback_id}"), as `auto_acknowledge` is `True`, `{timeout_argument_name}={kwargs[timeout_argument_name]}` you gave will be unused'
191
+
incaplog.text
192
+
)
193
+
194
+
callback_id=re.compile(r"hello \w+")
195
+
app.function(callback_id, **kwargs)(just_no_ack)
196
+
assert (
197
+
f"WARNING On @app.function({callback_id}), as `auto_acknowledge` is `True`, `{timeout_argument_name}={kwargs[timeout_argument_name]}` you gave will be unused"
f'WARNING On @app.function("{callback_id}"), as `auto_acknowledge` is `True`, `{timeout_argument_name}={kwargs[timeout_argument_name]}` you gave will be unused'
203
+
incaplog.text
204
+
)
205
+
206
+
callback_id=re.compile(r"hello \w+")
207
+
app.function(callback_id, **kwargs)(just_no_ack)
208
+
assert (
209
+
f"WARNING On @app.function({callback_id}), as `auto_acknowledge` is `True`, `{timeout_argument_name}={kwargs[timeout_argument_name]}` you gave will be unused"
0 commit comments