Commit e25ee826 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed low level code for unprocessable entity

parent c7b22337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ Send Patch request for individual NS performance Threshold - HTTP Conditional Re
	Verify Mock Expectation    ${notification_request}
	Clear Requests    ${callback_endpoint}
  
Send Patch request for Individual Threshold with unprocessable entity
Send Patch request for Individual Threshold with unprocessable content
    Set Headers  {"Accept":"${ACCEPT_JSON}"} 
    Set Headers  {"Content-Type": "${CONTENT_TYPE_PATCH}"} 
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}