mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 21:50:29 +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