[arvados] updated: 2.7.0-693-g80360e3149
git repository hosting
git at public.arvados.org
Fri Oct 6 14:14:01 UTC 2023
Summary of changes:
lib/controller/rpc/conn_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 80360e3149727e7c3249468782ce605ff3d42a5e (commit)
from 0b6ccff62d345dcb196890a24e78a1681ead7638 (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 80360e3149727e7c3249468782ce605ff3d42a5e
Author: Tom Clegg <tom at curii.com>
Date: Fri Oct 6 10:13:39 2023 -0400
20300: Fix unused var.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/controller/rpc/conn_test.go b/lib/controller/rpc/conn_test.go
index 452c6e1597..18cb4ef6ed 100644
--- a/lib/controller/rpc/conn_test.go
+++ b/lib/controller/rpc/conn_test.go
@@ -59,7 +59,7 @@ func (s *RPCSuite) TestRailsLogout404(c *check.C) {
opts := arvados.LogoutOptions{
ReturnTo: "https://foo.example.com/bar",
}
- resp, err := s.conn.Logout(s.ctx, opts)
+ _, err := s.conn.Logout(s.ctx, opts)
c.Check(err.(*arvados.TransactionError).StatusCode, check.Equals, 404)
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list