[ARVADOS] updated: 1.3.0-997-g2b2482b42
Git user
git at public.curoverse.com
Tue Jun 4 18:25:01 UTC 2019
Summary of changes:
services/api/test/integration/collections_api_test.rb | 2 --
1 file changed, 2 deletions(-)
via 2b2482b42492de157229b900a85e9da589c5ab67 (commit)
from 9bb2369da7abe777e559e43a1fb5b3e293e9def1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2b2482b42492de157229b900a85e9da589c5ab67
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Jun 4 15:23:47 2019 -0300
15306: Don't check for empty responses now that we use a filter.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/api/test/integration/collections_api_test.rb b/services/api/test/integration/collections_api_test.rb
index a5862aaec..a004ae910 100644
--- a/services/api/test/integration/collections_api_test.rb
+++ b/services/api/test/integration/collections_api_test.rb
@@ -289,7 +289,6 @@ class CollectionsApiTest < ActionDispatch::IntegrationTest
headers: auth(:active))
assert_response :success
assert_not_nil json_response['items']
- refute_empty json_response['items']
assert_equal truthiness, json_response['items'].collect {|c| c['uuid']}.include?(expired_col.uuid)
end
end
@@ -315,7 +314,6 @@ class CollectionsApiTest < ActionDispatch::IntegrationTest
}.update(auth(:active))
assert_response :success
assert_not_nil json_response['items']
- refute_empty json_response['items']
assert_equal truthiness, json_response['items'].collect {|c| c['uuid']}.include?(expired_col.uuid)
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list