[ARVADOS] updated: 1.1.4-281-g7f09dd1

Git user git at public.curoverse.com
Mon May 21 12:29:28 EDT 2018


Summary of changes:
 apps/workbench/test/integration/link_account_test.rb | 4 ++++
 1 file changed, 4 insertions(+)

       via  7f09dd101fd16830a6e7ebd6dee0df7aa023c9e6 (commit)
      from  e2632a25d3aab230bdc44936fa42a3d27ff15d30 (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 7f09dd101fd16830a6e7ebd6dee0df7aa023c9e6
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon May 21 12:29:19 2018 -0400

    12995: Fix tests
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/apps/workbench/test/integration/link_account_test.rb b/apps/workbench/test/integration/link_account_test.rb
index b275420..9c22f5a 100644
--- a/apps/workbench/test/integration/link_account_test.rb
+++ b/apps/workbench/test/integration/link_account_test.rb
@@ -25,6 +25,10 @@ class LinkAccountTest < ActionDispatch::IntegrationTest
       s.shutdown
     }
 
+    s.mount_proc("/logout"){|req, res|
+      res.set_redirect(WEBrick::HTTPStatus::TemporaryRedirect, req.query["return_to"])
+    }
+
     Thread.new do
       s.start
     end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list