mirror of
https://github.com/versity/versitygw.git
synced 2026-07-20 15:02:23 +00:00
e92b36a12c
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