Skip to content

Commit 0e5ab4e

Browse files
committed
Update Steps.cs
1 parent 0b8f76e commit 0e5ab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ocelot.AcceptanceTests/Steps.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ public void GivenOcelotIsRunning(OcelotPipelineConfiguration ocelotPipelineConfi
819819
}
820820

821821
/// <summary>
822-
/// 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.
822+
/// 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.
823823
/// </summary>
824824
public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey)
825825
{

0 commit comments

Comments
 (0)