Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Aug 2, 2023
1 parent db2ff9f commit 8adb2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/Ocelot.UnitTests/Configuration/RoutesCreatorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public class RoutesCreatorTests
private List<DownstreamHostAndPort> _dhp;
private LoadBalancerOptions _lbo;
private List<Route> _result;
private SecurityOptions _securityOptions;
private Version _expectedVersion;
private Dictionary<string, UpstreamHeaderTemplate> _uht;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

using Ocelot.Configuration.Creator;
using Ocelot.Configuration.Creator;
using Ocelot.Configuration.File;
using Ocelot.Values;
using Shouldly;
Expand Down

0 comments on commit 8adb2e8

Please sign in to comment.