Skip to content

Commit 0a7d03f

Browse files
:|
1 parent 21ba9a0 commit 0a7d03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FileProcessor.IntegrationTests/Common/DockerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
281281
this.EstateReportingClient = new EstateReportingClient(EstateReportingBaseAddressResolver, httpClient);
282282
this.FileProcessorClient = new FileProcessorClient(FileProcessorBaseAddressResolver, httpClient);
283283

284-
await this.LoadEventStoreProjections().ConfigureAwait(false);
284+
await this.LoadEventStoreProjections(this.EventStoreHttpPort).ConfigureAwait(false);
285285
}
286286

287287
public const Int32 FileProcessorDockerPort = 5009;

0 commit comments

Comments
 (0)