X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9833a2b9be1a722bd9aad08baf48ca072bde7ca7..5b554bbe0b9104e8a34b87d5570cbf87f0308bce:/lib/controller/rpc/conn_test.go diff --git a/lib/controller/rpc/conn_test.go b/lib/controller/rpc/conn_test.go index f43cc1ddee..cf4dbc4767 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