mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-30 09:49:04 +00:00
Fix up tests
This commit is contained in:
@@ -337,10 +337,7 @@ namespace Octokit.Tests.Http
|
||||
req.Method == HttpMethod.Post &&
|
||||
req.Endpoint == new Uri("/endpoint", UriKind.Relative)));
|
||||
}
|
||||
}
|
||||
|
||||
public class ThePostRawAsyncMethod
|
||||
{
|
||||
[Fact]
|
||||
public async Task SendsProperlyFormattedPostRequestWithCorrectHeaders()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user