- change assertion to expect a 201 response code
Issue-ID: INT-2296
Change-Id: I5c8b9d50713597dc534004bbc2409664fc4bfe29
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
${resp}= Post Request policy ${POLICY_CREATE_POLICY_URI} data=${json_policy} headers=${headers}
Log Received response from policy ${resp.text}
[Return] ${resp}
- Should Be Equal As Strings ${resp.status_code} 200
+ Should Be Equal As Strings ${resp.status_code} 201
Run Get Policy Get Request
[Documentation] Runs Get Policy request