test hacks for great good

This commit is contained in:
Brendan Forster
2015-05-22 20:45:59 +09:30
parent 894609e7d9
commit eb7e14bd8c
2 changed files with 10 additions and 1 deletions
@@ -187,6 +187,11 @@ namespace Octokit.Tests.Http
{
return await BuildResponse(responseMessage);
}
protected override HttpClientHandler GetHandler()
{
return new HttpClientHandler();
}
}
}