diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 15:16:01 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 15:16:01 -0700 |
| commit | 3ada0a4e55b56002a2492cf893034f074347a923 (patch) | |
| tree | d96de9f112077fdd6850475c1eb92ac6254f563b /test.rb | |
| parent | a82b2fb5f4147a36959d1bfeb1e36cc114fc7423 (diff) | |
feat: return 404 status code oid cannot be deleted
Diffstat (limited to 'test.rb')
| -rw-r--r-- | test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ class DataStorageServerTest < Minitest::Test assert_equal 404, last_response.status end - def xtest_delete_nonexistant_object + def test_delete_nonexistant_object delete "/data/foo/nooope" assert_equal 404, last_response.status end |
