diff --git a/test/Ocelot.AcceptanceTests/Steps.cs b/test/Ocelot.AcceptanceTests/Steps.cs index c0f39c701..482002c1c 100644 --- a/test/Ocelot.AcceptanceTests/Steps.cs +++ b/test/Ocelot.AcceptanceTests/Steps.cs @@ -842,7 +842,6 @@ public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey) { s.AddAuthentication().AddJwtBearer(authenticationProviderKey, options => { - }); s.AddOcelot(configuration); })