mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Don't really need that test anymore
This commit is contained in:
parent
40592d72c9
commit
3e935d2e6c
@ -1,17 +0,0 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wabbajack.Common.Exceptions;
|
||||
using Xunit;
|
||||
|
||||
namespace Wabbajack.Common.Test
|
||||
{
|
||||
public class HttpClientTests
|
||||
{
|
||||
[Fact]
|
||||
public async Task DoesntReuseHttpMessages()
|
||||
{
|
||||
var client = new Common.Http.Client();
|
||||
// If we reuse the HTTP message this will throw a invalid operation exception
|
||||
await Assert.ThrowsAsync<HttpException>(async () => await client.GetAsync("http://blerg.blaz.bloz.buz"));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user