Skip to content

Commit

Permalink
autoformat change
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmackaij committed Mar 15, 2024
1 parent 019e953 commit 6f1a127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libcore/suites/test_get_request_data.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 6f1a127

Please sign in to comment.