[ARVADOS] updated: 2.1.0-121-g1884c6d20

Git user git at public.arvados.org
Sat Nov 21 20:53:17 UTC 2020


Summary of changes:
 lib/controller/rpc/conn_test.go | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  1884c6d206b9bc50af7e04e8027f948101361c9b (commit)
      from  56240e53743237df9a190781a2220fa8d63d4b8e (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 1884c6d206b9bc50af7e04e8027f948101361c9b
Author: Ward Vandewege <ward at curii.com>
Date:   Sat Nov 21 15:53:01 2020 -0500

    Fix more golint warnings.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/controller/rpc/conn_test.go b/lib/controller/rpc/conn_test.go
index f43cc1dde..cf4dbc476 100644
--- a/lib/controller/rpc/conn_test.go
+++ b/lib/controller/rpc/conn_test.go
@@ -24,7 +24,11 @@ func Test(t *testing.T) {
 
 var _ = check.Suite(&RPCSuite{})
 
-const contextKeyTestTokens = "testTokens"
+type key int
+
+const (
+	contextKeyTestTokens key = iota
+)
 
 type RPCSuite struct {
 	log  logrus.FieldLogger

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list