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
DS-3730 Remove DSPs from palliative z-code quality report checks (#1083)
# Task Branch Pull Request
**<https://nhsd-jira.digital.nhs.uk/browse/DS-3730>**
## Description of Changes
Remove DSP from invalid palliative care type check, as it valid for them
to have it.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## Development Checklist
- [x] I have performed a self-review of my own code
- [x] Tests have added that prove my fix is effective or that my feature
works (Integration tests)
- [x] I have updated Dependabot to include my changes (if applicable)
## Code Reviewer Checklist
- [x] I can confirm the changes have been tested or approved by a tester
Scenario Outline: F008SX04. Blood Pressure/Contraception/Palliative Care on a non-blood pressure/non-contraception/non-palliative care service type does report
41
41
Given <service_count><service_status> services of type <service_type> for an odscode starting with A
42
42
And the DoS service has <commissioned_service> Z code
@@ -59,13 +59,12 @@ Feature: F008. Check DoS data quality
0 commit comments