You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/DemographicServices/RetrievePDSDemographic/RetrievePDSDemographic.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ public async Task<HttpResponseData> Run([HttpTrigger(AuthorizationLevel.Anonymou
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/ParticipantManagementServices/ManageServiceNowParticipant/ManageServiceNowParticipantFunction.cs
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ public async Task Run([ServiceBusTrigger(topicName: "%ServiceNowParticipantManag
awaitHandleException(newException($"Deserialisation of PDS for ServiceNow Participant response to {typeof(ParticipantDemographic)} returned null"),serviceNowParticipant,ServiceNowMessageType.AddRequestInProgress);
108
+
awaitHandleException(newException($"Deserialisation of PDS for ServiceNow Participant response to {typeof(PdsDemographic)} returned null"),serviceNowParticipant,ServiceNowMessageType.AddRequestInProgress);
awaitHandleException(newException("NHS Numbers don't match for ServiceNow Participant and PDS, NHS Number must have been superseded"),serviceNowParticipant,ServiceNowMessageType.UnableToAddParticipant);
awaitHandleException(newException("Participant data from ServiceNow does not match participant data from PDS"),serviceNowParticipant,ServiceNowMessageType.UnableToAddParticipant);
Copy file name to clipboardExpand all lines: application/CohortManager/src/Functions/ParticipantManagementServices/UpdateBlockedFlag/BlockParticipantHandler.cs
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ public async Task<BlockParticipantResult> GetParticipant(BlockParticipantDto blo
Copy file name to clipboardExpand all lines: tests/UnitTests/ParticipantManagementServicesTests/ManageServiceNowParticipantTests/ManageServiceNowParticipantFunctionTests.cs
+69-13Lines changed: 69 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ public async Task Run_WhenNoPdsMatch_SendsServiceNowMessageType1()
0 commit comments