asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Second call of validation keyword (Integer) is ignored #79

Closed Tset-Noitamotua closed 3 years ago

Tset-Noitamotua commented 5 years ago

steps to reproduce:

*** Test Cases ***
Call Integer response status twice
    REST.POST    ${baseurl}/endpoint
                 Integer      response status    201  200
                 Integer      response status    400

actual result:

Integer response status 400 seems to be completely ignored (s. screenshot)

image

expected result:

Test should fail at last step because 400 != 201

Atihinen commented 3 years ago

This seems to be duplicate issue with #73 . Let's continue on there