Skip to content

Commit a1aad7d

Browse files
authored
Merge branch 'main' into fix/DTOSS-10107-fix-poscode-validation-rule
2 parents cac5476 + 20d2e41 commit a1aad7d

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

tests/PdsProcessorTests/PdsProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)