Skip to content

Commit

Permalink
signature-v4: Support for transfer-encoding request header
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasrinivas committed Apr 5, 2017
1 parent af82d27 commit 79dd24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/signature-v4-utils_test.go
Expand Up @@ -142,7 +142,7 @@ func TestExtractSignedHeaders(t *testing.T) {
expectedTime := UTCNow().Format(iso8601Format)
expectedTransferEncoding := "gzip"

r, err := http.NewRequest("GET", "http://localhost", nil)
r, err := http.NewRequest("GET", "http://play.minio.io:9000", nil)
if err != nil {
t.Fatal("Unable to create http.Request :", err)
}
Expand Down

0 comments on commit 79dd24a

Please sign in to comment.