MarketSquare / robotframework-aws

Custom Library for Robot Framework to interact with Amazon Cloud Services
MIT License
23 stars 18 forks source link

`Key Should Not Exist` keyword errors when key does not exist #18

Closed adrianyorke closed 4 years ago

adrianyorke commented 4 years ago

The current implementation of Key Should Not Exist in keywords/s3.py raises ContinuableError 404 when the key does not exist so the test fails. The keyword should not fail as 404 is the expected return code.

teaglebuilt commented 4 years ago

https://github.com/teaglebuilt/robotframework-aws/pull/20