Skip to content

Commit

Permalink
fix s3 error test
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmcpherson committed Nov 12, 2014
1 parent 5d199b3 commit a574411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3gof3r_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestPutWriter(t *testing.T) {
{"test0byte", []byte(""), nil, nil, 0, nil},
{"testhg", []byte("foo"), goodHeader(), nil, 3, nil},
{"testhb", []byte("foo"), badHeader(), nil, 3,
&RespError{StatusCode: 400, Message: "The Encryption request you specified is not valid. Supported value: AES256."}},
&RespError{StatusCode: 400, Message: "The encryption method specified is not supported"}},
{"nomd5", []byte("foo"), goodHeader(),
&Config{Concurrency: 1, PartSize: 5 * mb, NTry: 1, Md5Check: false, Scheme: "http", Client: http.DefaultClient}, 3, nil},
{"noconc", []byte("foo"), nil,
Expand Down

0 comments on commit a574411

Please sign in to comment.