[ARVADOS] updated: 1.3.0-1439-g01fd373a9
Git user
git at public.curoverse.com
Fri Aug 2 22:26:09 UTC 2019
Summary of changes:
sdk/python/tests/run_test_server.py | 3 +++
1 file changed, 3 insertions(+)
via 01fd373a99ab6e3ee13bf2c8ec38e48ee6f42ba3 (commit)
from 756aad23bd19f1533f38f0b9e9ee1206dc33b114 (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 01fd373a99ab6e3ee13bf2c8ec38e48ee6f42ba3
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Aug 2 19:25:23 2019 -0300
14716: Testing workbench integration test fix.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 679f04b98..80227e6cd 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -743,6 +743,9 @@ def setup_config():
"Services": services,
"Users": {
"AnonymousUserToken": auth_token('anonymous')
+ },
+ "Collections": {
+ "TrustAllContent": True
}
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list