File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
FileProcessor.BusinessLogic
FileProcessor.IntegrationTests/Common Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1414 <PackageReference Include =" MediatR" Version =" 10.0.1" />
1515 <PackageReference Include =" Shared.EventStore" Version =" 1.3.8" />
1616 <PackageReference Include =" System.IO.Abstractions" Version =" 17.0.15" />
17- <PackageReference Include =" TransactionProcessor.Client" Version =" 1.1.7 " />
17+ <PackageReference Include =" TransactionProcessor.Client" Version =" 1.1.9 " />
1818 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 6.0.5" />
1919 <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.5" />
2020 </ItemGroup >
Original file line number Diff line number Diff line change @@ -212,6 +212,9 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
212212 internalSubscriptionServiceCacheDuration
213213 } ) ;
214214
215+ String pataPawaUrlEnvironmentVariable = "OperatorConfiguration:PataPawaPostPay:Url=http://" + this . TestHostContainerName + ":9000/PataPawaPostPayService/basichttp" ;
216+ String pataPawaApiLogonRequiredEnvironmentVariable = "OperatorConfiguration:PataPawaPostPay:ApiLogonRequired=false" ;
217+
215218 IContainerService transactionProcessorContainer = this . SetupTransactionProcessorContainer ( "stuartferguson/transactionprocessor" ,
216219 new List < INetworkService >
217220 {
@@ -220,6 +223,8 @@ public override async Task StartContainersForScenarioRun(String scenarioName)
220223 true ,
221224 additionalEnvironmentVariables : new List < String >
222225 {
226+ pataPawaUrlEnvironmentVariable ,
227+ pataPawaApiLogonRequiredEnvironmentVariable ,
223228 insecureEventStoreEnvironmentVariable ,
224229 persistentSubscriptionPollingInSeconds ,
225230 internalSubscriptionServiceCacheDuration ,
You can’t perform that action at this time.
0 commit comments