[ARVADOS] updated: 2.1.0-1023-g82dfb1890

Git user git at public.arvados.org
Thu Jul 1 21:36:23 UTC 2021


Summary of changes:
 services/keepproxy/keepproxy_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  82dfb1890b45e703066903061f7f1c7b8a9d5f41 (commit)
      from  bde0fdb92ba9d667c380617ae7374cd957b4545d (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 82dfb1890b45e703066903061f7f1c7b8a9d5f41
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Jul 1 17:36:09 2021 -0400

    Fix keepproxy tests.
    
    refs #17464
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/services/keepproxy/keepproxy_test.go b/services/keepproxy/keepproxy_test.go
index 2d4266d8d..c49fbe0bb 100644
--- a/services/keepproxy/keepproxy_test.go
+++ b/services/keepproxy/keepproxy_test.go
@@ -237,7 +237,7 @@ func (s *ServerRequiredSuite) TestStorageClassesHeader(c *C) {
 }
 
 func (s *ServerRequiredSuite) TestStorageClassesConfirmedHeader(c *C) {
-	runProxy(c, false, false)
+	runProxy(c, false, false, nil)
 	defer closeListener()
 
 	content := []byte("foo")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list