[ARVADOS] updated: 1.3.0-188-g245e4cafd

Git user git at public.curoverse.com
Mon Jan 28 17:04:03 EST 2019


Summary of changes:
 lib/controller/handler_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  245e4cafdb8146307c1df7e36a46604a0fff4c5d (commit)
      from  eae02bfd9730fa968865ab1cce65666e2653957b (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 245e4cafdb8146307c1df7e36a46604a0fff4c5d
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Mon Jan 28 19:03:10 2019 -0300

    14718: Updates controller test to support josh_id's return_to new format.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/lib/controller/handler_test.go b/lib/controller/handler_test.go
index 746b9242f..f11228a31 100644
--- a/lib/controller/handler_test.go
+++ b/lib/controller/handler_test.go
@@ -128,7 +128,7 @@ func (s *HandlerSuite) TestProxyRedirect(c *check.C) {
 	resp := httptest.NewRecorder()
 	s.handler.ServeHTTP(resp, req)
 	c.Check(resp.Code, check.Equals, http.StatusFound)
-	c.Check(resp.Header().Get("Location"), check.Matches, `https://0.0.0.0:1/auth/joshid\?return_to=foo&?`)
+	c.Check(resp.Header().Get("Location"), check.Matches, `https://0.0.0.0:1/auth/joshid\?return_to=%2Cfoo&?`)
 }
 
 func (s *HandlerSuite) TestValidateV1APIToken(c *check.C) {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list