[ARVADOS] updated: 0d1919c4b29f66c9af5a912f770dccce4a314e5f
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 17 09:12:57 EDT 2014
Summary of changes:
services/api/test/functional/arvados/v1/nodes_controller_test.rb | 1 +
1 file changed, 1 insertion(+)
via 0d1919c4b29f66c9af5a912f770dccce4a314e5f (commit)
from 886d7eef0316bfb5bb230db66ec90123a28315f6 (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 0d1919c4b29f66c9af5a912f770dccce4a314e5f
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Sep 16 21:00:14 2014 -0400
Fix test
diff --git a/services/api/test/functional/arvados/v1/nodes_controller_test.rb b/services/api/test/functional/arvados/v1/nodes_controller_test.rb
index 06695aa..28a1830 100644
--- a/services/api/test/functional/arvados/v1/nodes_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/nodes_controller_test.rb
@@ -76,6 +76,7 @@ class Arvados::V1::NodesControllerTest < ActionController::TestCase
end
test "ping adds node stats to info" do
+ authorize_with :admin
node = nodes(:idle)
post :ping, {
id: node.uuid,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list