[ARVADOS] updated: 2.1.0-288-g5e846bd02
Git user
git at public.arvados.org
Sun Jan 24 18:51:01 UTC 2021
Summary of changes:
services/keep-web/s3_test.go | 1 +
1 file changed, 1 insertion(+)
via 5e846bd0291b1eba00b294373fde76bf95a9e091 (commit)
from 8cbdc1b04e64e2d5e394e86aba699b361bcdc24a (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 5e846bd0291b1eba00b294373fde76bf95a9e091
Author: Ward Vandewege <ward at curii.com>
Date: Sun Jan 24 13:50:48 2021 -0500
Fix ineffassign warning.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/keep-web/s3_test.go b/services/keep-web/s3_test.go
index 52ef79509..4b92d4dad 100644
--- a/services/keep-web/s3_test.go
+++ b/services/keep-web/s3_test.go
@@ -569,6 +569,7 @@ func (s *IntegrationSuite) TestS3NormalizeURIForSignature(c *check.C) {
req, err := http.NewRequest("GET", "https://host.example.com"+trial.rawPath, nil)
req.Header.Set("X-Amz-Date", date)
req.Host = "host.example.com"
+ c.Assert(err, check.IsNil)
obtained, err := s3stringToSign(s3SignAlgorithm, scope, "host", req)
if !c.Check(err, check.IsNil) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list