Skip to content

Commit e22d6a8

Browse files
committed
Add OcelotClient as public property to AcceptanceSteps
1 parent 9f07a58 commit e22d6a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AcceptanceSteps.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public AcceptanceSteps()
5151
protected List<string> Files { get; }
5252
protected List<string> Folders { get; }
5353
protected string TestID { get => _testId.ToString("N"); }
54+
public HttpClient? OcelotClient => ocelotClient;
5455

5556
protected virtual /*FileHostAndPort*/object? Localhost(int port)
5657
{

0 commit comments

Comments
 (0)