Issue with Request Methods, robot script not allowing POST,PUT,PATCH,DELETE requests in SOL003/VNFFaultManagement-API/Alarms.robot
'request':
- 'method':
- "Request was not one of the allowed request methods. Got post
: Expected one of: {'get'}
'request':
- 'method':
- "Request was not one of the allowed request methods. Got put
: Expected one of: {'get'}
"
'request':
- 'method':
- "Request was not one of the allowed request methods. Got patch
: Expected one of: {'get'}
"
request':
- 'method':
- "Request was not one of the allowed request methods. Got delete
: Expected one of: {'get'}
"
Edited by Giacomo Bernini