Wrong type in mock server header creation
&{notification_response}= Create Mock Response headers="Content-Type: application/json" status_code=204
The Create Mock Response
keyword expects a dictionary in the headers parameter, not a string.
&{notification_response}= Create Mock Response headers="Content-Type: application/json" status_code=204
The Create Mock Response
keyword expects a dictionary in the headers parameter, not a string.