mirror of
https://github.com/versity/versitygw.git
synced 2026-02-04 17:32:03 +00:00
The expected response code for deleting non-existing objects is expected to be 204 (No Content) instead of NoSuchKey. The tests are updated to validate expected responses. Fixes #724