1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

tests: add field "request_id" in tests of relay api protocol

This commit is contained in:
Sébastien Helleu
2024-06-30 00:22:46 +02:00
parent 270a822f41
commit 3828a9f987
@@ -59,8 +59,9 @@ extern int relay_api_protocol_command_delay;
"\"message\":\"" __message "\"," \
"\"request\":\"" __request "\"," \
"\"request_body\":" __body "," \
"\"body_type\":null," \
"\"body\":null" \
"\"request_id\":null," \
"\"body_type\":null," \
"\"body\":null" \
"}", \
data_sent);