Skip to content

Commit

Permalink
RESTWS-655: Program Enrollment Resource should not return voided pati…
Browse files Browse the repository at this point in the history
…ent programs
  • Loading branch information
mogoodrich committed May 26, 2017
1 parent 611ba38 commit 67deaa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void shouldGetAll() throws Exception {
}

@Test
public void shouldExcludeRetired() throws Exception {
public void shouldExcludeVoided() throws Exception {
MockHttpServletRequest req = request(RequestMethod.GET, getURI());
req.setParameter("patient", RestTestConstants1_8.PATIENT_WITH_VOIDED_PROGRAM_UUID);
SimpleObject result = deserialize(handle(req));
Expand Down

0 comments on commit 67deaa3

Please sign in to comment.