[arvados] updated: 2.5.0-229-gdb118cca3

git repository hosting git at public.arvados.org
Mon Mar 6 18:44:31 UTC 2023


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

       via  db118cca358662e57a3dd0c1186dce1f0a62ca52 (commit)
      from  fe738b30d51dadb2b42ce7ae00b333d7ea157495 (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 db118cca358662e57a3dd0c1186dce1f0a62ca52
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Mar 6 13:18:55 2023 -0500

    20200: Fix test typo
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/controller/handler_test.go b/lib/controller/handler_test.go
index ca58c4c9a..76eab9ca1 100644
--- a/lib/controller/handler_test.go
+++ b/lib/controller/handler_test.go
@@ -595,7 +595,7 @@ func (s *HandlerSuite) TestLogLimiting(c *check.C) {
 	c.Check(resp.Code, check.Equals, http.StatusServiceUnavailable)
 
 	// Other requests still succeed
-	req = httptest.NewRequest("GET", "/arvados/v1/users/current", nil)
+	req := httptest.NewRequest("GET", "/arvados/v1/users/current", nil)
 	req.Header.Set("Authorization", "Bearer "+arvadostest.ActiveToken)
 	resp = httptest.NewRecorder()
 	s.handler.ServeHTTP(resp, req)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list