File tree Expand file tree Collapse file tree
application/CohortManager/src/Functions/Shared/Model/EFModels Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,13 +65,11 @@ public ValidationException ToValidationException()
6565 return new ValidationException
6666 {
6767 ExceptionId = ExceptionId ,
68- FileName = FileName ,
6968 NhsNumber = NhsNumber ,
7069 DateCreated = DateCreated ,
7170 DateResolved = DateResolved ,
7271 RuleId = RuleId ,
7372 RuleDescription = RuleDescription ,
74- ErrorRecord = ErrorRecord ,
7573 Category = Category ,
7674 ScreeningName = ScreeningName ,
7775 ExceptionDate = ExceptionDate ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public PdsProcessorTests()
3030 KId = "" ,
3131 AuthTokenURL = "" ,
3232 ParticipantManagementTopic = "some-fake-topic" ,
33- ServiceBusConnectionString = "" ,
33+ ServiceBusConnectionString_client_internal = "" ,
3434 UseFakePDSServices = false
3535 } ;
3636
You can’t perform that action at this time.
0 commit comments