Skip to content

Commit

Permalink
More test wonderfulness
Browse files Browse the repository at this point in the history
Signed-off-by: Levi Gross <[email protected]>
  • Loading branch information
levigross committed Jul 10, 2015
1 parent 858a358 commit 6eb273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_post_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func TestBasicPostRequestUploadInvalidFileUpload(t *testing.T) {

resp, _ := Post("%../dir/",
&RequestOptions{
File: &FileUpload{FileName: "üfdsufhidÄDJSHAKÔÓÔ", FileContents: nil},
File: &FileUpload{FileName: `\x00%'"üfdsufhid\Ä\"D\\\"JS%25//'"H•\\\\'"¶•ªç∂\uf8\x8AKÔÓÔ`, FileContents: nil},
Data: map[string]string{"One": "Two"},
})

Expand Down

0 comments on commit 6eb273a

Please sign in to comment.