From 8adb2e88ae307fef15da84bda46f9e4706e1f566 Mon Sep 17 00:00:00 2001 From: raman-m Date: Wed, 2 Aug 2023 20:11:55 +0300 Subject: [PATCH] Fix warnings --- test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs | 1 - .../Configuration/UpstreamHeaderTemplatePatternCreatorTests.cs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs b/test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs index 075022d0ef..b4ba7a5848 100644 --- a/test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs +++ b/test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs @@ -48,7 +48,6 @@ public class RoutesCreatorTests private List _dhp; private LoadBalancerOptions _lbo; private List _result; - private SecurityOptions _securityOptions; private Version _expectedVersion; private Dictionary _uht; diff --git a/test/Ocelot.UnitTests/Configuration/UpstreamHeaderTemplatePatternCreatorTests.cs b/test/Ocelot.UnitTests/Configuration/UpstreamHeaderTemplatePatternCreatorTests.cs index 8af206aea8..2464f18b12 100644 --- a/test/Ocelot.UnitTests/Configuration/UpstreamHeaderTemplatePatternCreatorTests.cs +++ b/test/Ocelot.UnitTests/Configuration/UpstreamHeaderTemplatePatternCreatorTests.cs @@ -1,5 +1,4 @@ - -using Ocelot.Configuration.Creator; +using Ocelot.Configuration.Creator; using Ocelot.Configuration.File; using Ocelot.Values; using Shouldly;