We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ba9a0 commit 0a7d03fCopy full SHA for 0a7d03f
1 file changed
FileProcessor.IntegrationTests/Common/DockerHelper.cs
@@ -281,7 +281,7 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
281
this.EstateReportingClient = new EstateReportingClient(EstateReportingBaseAddressResolver, httpClient);
282
this.FileProcessorClient = new FileProcessorClient(FileProcessorBaseAddressResolver, httpClient);
283
284
- await this.LoadEventStoreProjections().ConfigureAwait(false);
+ await this.LoadEventStoreProjections(this.EventStoreHttpPort).ConfigureAwait(false);
285
}
286
287
public const Int32 FileProcessorDockerPort = 5009;
0 commit comments