From 6f1a127c7d5080eaf29fb14b4d5a9ed67fbfeeb6 Mon Sep 17 00:00:00 2001 From: Robin Mackaij Date: Fri, 15 Mar 2024 21:33:33 +0100 Subject: [PATCH] autoformat change --- tests/libcore/suites/test_get_request_data.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libcore/suites/test_get_request_data.robot b/tests/libcore/suites/test_get_request_data.robot index b018241..ab8d206 100644 --- a/tests/libcore/suites/test_get_request_data.robot +++ b/tests/libcore/suites/test_get_request_data.robot @@ -36,7 +36,7 @@ Test Get Request Data For Endpoint With RequestBody Should Not Be Empty ${request_data.dto_schema} Should Be Equal ${request_data.parameters} ${list} Should Be Equal ${request_data.params} ${dict} - &{expected_headers}= Create Dictionary content-type=application/json + &{expected_headers}= Create Dictionary content-type=application/json Should Be Equal ${request_data.headers} ${expected_headers} Should Be True ${request_data.has_body}