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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ This includes:
206
206
- Correct data types and data returned from function
207
207
- All paths tested of the application
208
208
209
-
This testing is generally done by a developer
209
+
This testing is generally done by a developer.
210
210
211
211
To run unit tests run the following commands
212
212
@@ -545,7 +545,6 @@ What are the links of the supporting systems?
545
545
546
546
#### Tracing Change events and requests Correlation Id
547
547
548
-
549
548
To be able to track a change event and the change requests it can become across systems a common id field is present on logs related to each event. The id is generated in `Profile Editor` (NHS UK) which is then assigned to the `correlation-id` header of the request send to our (DoS Integration) endpoint, for a given change event. The `correlation-id` header is then used throughout the handling of the change event in `DoS Integration`.
550
549
551
550
If a change event does result in change requests being created for `DoS` then the change requests have a `reference` key with the value being the correlation id.
@@ -623,3 +622,4 @@ The runbooks for this project can be found on the DI confluence.
0 commit comments