summaryrefslogtreecommitdiff
path: root/test.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-21 15:15:01 -0700
committermo khan <mo.khan@gmail.com>2020-11-21 15:15:01 -0700
commita82b2fb5f4147a36959d1bfeb1e36cc114fc7423 (patch)
treee511b02662e9c8ecc81b20dfff5b94221464c580 /test.rb
parentb10b1d0f1a4735a98160c028a28989539787b334 (diff)
feat: add DELETE /data/foo/:oid to remove blob from storage
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 7c0d2ab..429fa80 100644
--- a/test.rb
+++ b/test.rb
@@ -40,7 +40,7 @@ class DataStorageServerTest < Minitest::Test
assert_equal 404, last_response.status
end
- def xtest_delete
+ def test_delete
put '/data/foo', 'some object'
res = JSON.parse(last_response.body)