-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New: [AEA-4047] - Set statuses to temporarily unavailable if nppts fails #1024
New: [AEA-4047] - Set statuses to temporarily unavailable if nppts fails #1024
Conversation
…able-if-nppts-call-fails
…able-if-nppts-call-fails
@@ -116,11 +122,15 @@ describe("Unit tests for statusUpdate, via handler", function () { | |||
jest.useFakeTimers() | |||
}) | |||
|
|||
it("when event is processed, statusUpdateData is included in the response", async () => { | |||
it.skip("when event is processed, statusUpdateData is included in the response", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be skipped?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should not. Well spotted!
…able-if-nppts-call-fails
Quality Gate passedIssues Measures |
Summary
Details
No longer use catch all error for nppts call. Always progress to enrich prescriptions. Update items expecting status updates with temporary message.