mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-05 20:19:30 +08:00
brought in flurl and stated adding tests for the requester
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.Responder
|
||||
{
|
||||
public class ResponderTests
|
||||
{
|
||||
[Fact]
|
||||
public void should_do_something()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user