[ARVADOS] updated: 1.3.0-996-g9bb2369da
Git user
git at public.curoverse.com
Tue Jun 4 18:08:55 UTC 2019
Summary of changes:
services/api/test/integration/collections_api_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9bb2369da7abe777e559e43a1fb5b3e293e9def1 (commit)
from 33c298ad7c00c336cd628e04b6478d725c9acf62 (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 9bb2369da7abe777e559e43a1fb5b3e293e9def1
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Tue Jun 4 14:08:34 2019 -0400
15306: Avoid paging in query string tests, too.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/test/integration/collections_api_test.rb b/services/api/test/integration/collections_api_test.rb
index ed2d2fd7f..a5862aaec 100644
--- a/services/api/test/integration/collections_api_test.rb
+++ b/services/api/test/integration/collections_api_test.rb
@@ -285,7 +285,7 @@ class CollectionsApiTest < ActionDispatch::IntegrationTest
test "include_trash=#{param.inspect} param encoding via query string should be interpreted as include_trash=#{truthiness}" do
expired_col = collections(:expired_collection)
assert expired_col.is_trashed
- get("/arvados/v1/collections?include_trash=#{param}",
+ get("/arvados/v1/collections?include_trash=#{param}&filters=#{[['uuid','=',expired_col.uuid]].to_json}",
headers: auth(:active))
assert_response :success
assert_not_nil json_response['items']
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list