Skip to content

Commit

Permalink
Update Steps.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Aug 21, 2023
1 parent 0b8f76e commit 0e5ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Ocelot.AcceptanceTests/Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ public void GivenOcelotIsRunning(OcelotPipelineConfiguration ocelotPipelineConfi
}

/// <summary>
/// This is annoying cos it should be in the constructor but we need to set up the file before calling startup so its a step.
/// This is annoying because it should be in the constructor, but we need to set up the file before calling startup, so that's the step.
/// </summary>
public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey)
{
Expand Down

0 comments on commit 0e5ab4e

Please sign in to comment.