issues
search
department-of-veterans-affairs
/
notification-api
Notification API
MIT License
16
stars
9
forks
source link
UTILS-163 dependency upgrades
#1987
Closed
kalbfled
closed
2 months ago
kalbfled
commented
2 months ago
Description
This is an API update to utilize a UTILS update.
issue
utils 163
How Has This Been Tested?
[x] regression tests
pass
using the utils branch
[x] regressions tests
pass
after I merged the utils branch and updated this PR to use the latest utils main commit
Checklist
[x] I have assigned myself to this PR
[x] PR has an
appropriate title
: #9999 - What the thing does
[x] PR has a detailed description, including links to specific documentation
[x] I have added the
appropriate labels
to the PR.
[x] I did not remove any parts of the template, such as checkboxes even if they are not used
[x] My code follows the
style guidelines
of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to any documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works.
Testing guidelines
[x] I have ensured the latest main is merged into my branch and all checks are green prior to review
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
[x] The ticket was moved into the DEV test column when I began testing this change
Description
This is an API update to utilize a UTILS update.
issue utils 163
How Has This Been Tested?
Checklist