summaryrefslogtreecommitdiff
path: root/test.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-21 15:16:01 -0700
committermo khan <mo.khan@gmail.com>2020-11-21 15:16:01 -0700
commit3ada0a4e55b56002a2492cf893034f074347a923 (patch)
treed96de9f112077fdd6850475c1eb92ac6254f563b /test.rb
parenta82b2fb5f4147a36959d1bfeb1e36cc114fc7423 (diff)
feat: return 404 status code oid cannot be deleted
Diffstat (limited to 'test.rb')
-rw-r--r--test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index 429fa80..656e7b0 100644
--- a/test.rb
+++ b/test.rb
@@ -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