[ARVADOS] updated: 2.1.0-36-g5e70164a2
Git user
git at public.arvados.org
Tue Nov 10 12:40:00 UTC 2020
Summary of changes:
lib/controller/federation_test.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 5e70164a2f522ed19deadb1f49159c324f6c05b6 (commit)
from bdc1a1fcac0bef268c44367c05c12c23a6f9568e (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 5e70164a2f522ed19deadb1f49159c324f6c05b6
Author: Nico Cesar <nico at nicocesar.com>
Date: Tue Nov 10 07:39:42 2020 -0500
reverting tokenV2 -> tokenV1 in tests
Arvados-DCO-1.1-Signed-off-by: <nico at curii.com>
diff --git a/lib/controller/federation_test.go b/lib/controller/federation_test.go
index bd32de849..c4a9b9b21 100644
--- a/lib/controller/federation_test.go
+++ b/lib/controller/federation_test.go
@@ -602,7 +602,7 @@ func (s *FederationSuite) TestCreateRemoteContainerRequestError(c *check.C) {
}
}
`))
- req.Header.Set("Authorization", "Bearer "+arvadostest.ActiveTokenV2)
+ req.Header.Set("Authorization", "Bearer "+arvadostest.ActiveToken)
req.Header.Set("Content-type", "application/json")
resp := s.testRequest(req).Result()
c.Check(resp.StatusCode, check.Equals, http.StatusNotFound)
@@ -644,7 +644,7 @@ func (s *FederationSuite) TestListMultiRemoteContainers(c *check.C) {
arvadostest.QueuedContainerUUID)),
url.QueryEscape(`["uuid", "command"]`)),
nil)
- req.Header.Set("Authorization", "Bearer "+arvadostest.ActiveTokenV2)
+ req.Header.Set("Authorization", "Bearer "+arvadostest.ActiveToken)
resp := s.testRequest(req).Result()
c.Check(resp.StatusCode, check.Equals, http.StatusOK)
var cn arvados.ContainerList
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list