BCDA-9781: multiple query/sub-query unit tests#1309
Conversation
carlpartridge
left a comment
There was a problem hiding this comment.
I think @colby-seyferth-nava might be the best approver here?
There was a problem hiding this comment.
If Im reading the tests right all we check is that the validation passes by checking the response code: assert.Equal(t, http.StatusOK, rr.Code, tt.description). Do we need to be checking each typeFilter param we passed in was successfully pulled/read/stored? Im worried that the validation process might just drop excess typeFilters but still pass.
e46a887
Thanks, Carl. Took the suggestion and added |
🎫 Ticket
https://jira.cms.gov/browse/BCDA-9781
🛠 Changes
Added 3 unit tests for V3 testing multiple query and sub-query parameters
🧪 Validation
Local test suite run passed ✅