Commit aa699639 authored by Ranim Naimi's avatar Ranim Naimi
Browse files

added the checks for the response body

parent 356436d5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@ Create Subscription With Invalid Throttling
    [Arguments]    ${filename}    ${expected_status}
    ${response}=    Create Subscription From File    ${filename}
    Check Response Status Code    400    ${response.status_code}
    Check Response Body Containing ProblemDetails Element Containing Type Element set to
    ...    ${response.json()}
    ...    ${expected_status}
    Check Response Body Containing ProblemDetails Element Containing Title Element    ${response.json()}