Skip to content

Commit

Permalink
Update DeserializeInterceptorTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta-intuitdev committed May 29, 2020
1 parent d43b6af commit 997ede2
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ public void testCheckTouchlessExecution() throws FMSException {
Assert.assertEquals(message.getResponseElements().getResponse(), null);
}

@Test
public void testCheckEntitlementsExecution() throws FMSException {

message.getResponseElements().setContentTypeHeader("application/json");
IntuitResponse response = new IntuitResponse();
response.setStatus("example");
message.setEntitlementService(true);
message.getResponseElements().setResponse(response);
instance.execute(message);
Assert.assertEquals(message.getResponseElements().getResponse().getClass(), IntuitResponse.class);

}


}

0 comments on commit 997ede2

Please sign in to comment.