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.
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
&{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.