Skip to content

Commit

Permalink
Disable BDDfy console report
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Apr 12, 2024
1 parent a03e74a commit ba7d50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Ocelot.AcceptanceTests/AggregateTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
using Ocelot.DependencyInjection;
using Ocelot.Middleware;
using Ocelot.Multiplexer;
using TestStack.BDDfy.Configuration;

namespace Ocelot.AcceptanceTests
{
Expand All @@ -27,6 +28,7 @@ public AggregateTests()
{
_serviceHandler = new ServiceHandler();
_downstreamPaths = new string[3];
Configurator.Processors.ConsoleReport.Disable();
}

public override void Dispose()
Expand Down
2 changes: 2 additions & 0 deletions test/Ocelot.UnitTests/Usings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
global using System.Net;
global using TestStack.BDDfy;
global using Xunit;

TestStack.BDDfy.Configuration.Configurator.Processors.ConsoleReport.Disable();

0 comments on commit ba7d50f

Please sign in to comment.