diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 15:15:01 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 15:15:01 -0700 |
| commit | a82b2fb5f4147a36959d1bfeb1e36cc114fc7423 (patch) | |
| tree | e511b02662e9c8ecc81b20dfff5b94221464c580 /test.rb | |
| parent | b10b1d0f1a4735a98160c028a28989539787b334 (diff) | |
feat: add DELETE /data/foo/:oid to remove blob from storage
Diffstat (limited to 'test.rb')
| -rw-r--r-- | test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
