Skip to content

Commit

Permalink
[INJIVER-587] - ignore null values in DTO
Browse files Browse the repository at this point in the history
Signed-off-by: Sreenadh S <[email protected]>
  • Loading branch information
sree96 committed Dec 17, 2024
1 parent 93718fc commit fb2f8d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void shouldGetCurrentAuthorizationRequestStateForExistingRequest() {

StatusDto state = service.getCurrentAuthorizationRequestStateFor("req_id");

assertEquals(SubmissionState.PENDING, state.getSubmissionState());
assertEquals(SubmissionState.PENDING, state.getStatus());
}

@Test
Expand Down

0 comments on commit fb2f8d1

Please sign in to comment.