Skip to content

Commit

Permalink
test hack for #179 no longer necessary (fixed on httpbin)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Jun 20, 2018
1 parent 1a327bb commit 82ae07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Flurl.Test/Http/RealHttpTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ public async Task can_post_multipart() {
.AddFile("File1", path1)
.AddFile("File2", stream, "foo.txt");

// hack to deal with #179, remove when this is fixed: https://github.com/kennethreitz/httpbin/issues/340
content.Headers.ContentLength = 735;
// hack to deal with #179. appears to be fixed on httpbin now.
// content.Headers.ContentLength = 735;
})
//.ReceiveString();
.ReceiveJson();
Expand Down

0 comments on commit 82ae07d

Please sign in to comment.