mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-11-05 02:30:50 +08:00
bunch of refactoring
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Ocelot.UnitTests.ClaimsBuilder
|
||||
[Fact]
|
||||
public void happy_path()
|
||||
{
|
||||
var downstreamRoute = new DownstreamRoute(new List<TemplateVariableNameAndValue>(),
|
||||
var downstreamRoute = new DownstreamRoute(new List<UrlPathPlaceholderNameAndValue>(),
|
||||
new ReRouteBuilder()
|
||||
.WithDownstreamTemplate("any old string")
|
||||
.WithClaimsToClaims(new List<ClaimToThing>
|
||||
|
||||
Reference in New Issue
Block a user