From 3828a9f987c276971e87f24c6f5551f51ae7cac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Jun 2024 00:22:46 +0200 Subject: [PATCH] tests: add field "request_id" in tests of relay api protocol --- tests/unit/plugins/relay/api/test-relay-api-protocol.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp b/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp index ff8e41b9f..140c3f70b 100644 --- a/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp +++ b/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp @@ -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);