X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d86405e79b04df920e2b196e521959f33649183c..b7ec820ac297bc316ef9ffa36242e7928acbc0b4:/services/keep-web/s3_test.go diff --git a/services/keep-web/s3_test.go b/services/keep-web/s3_test.go index d336c5f09f..f411fde871 100644 --- a/services/keep-web/s3_test.go +++ b/services/keep-web/s3_test.go @@ -563,7 +563,7 @@ func (s *IntegrationSuite) TestS3NormalizeURIForSignature(c *check.C) { {"/foo%2fbar", "/foo/bar"}, // / must not be escaped {"/(foo)/[];,", "/%28foo%29/%5B%5D%3B%2C"}, // ()[];, must be escaped {"/foo%5bbar", "/foo%5Bbar"}, // %XX must be uppercase - {"//foo///bar", "/foo/bar"}, // "//" and "///" must be squashed to "/" + {"//foo///.bar", "/foo/.bar"}, // "//" and "///" must be squashed to "/" } { c.Logf("trial %q", trial)