We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43b6af commit 997ede2Copy full SHA for 997ede2
ipp-v3-java-devkit/src/test/java/com/intuit/ipp/interceptors/DeserializeInterceptorTest.java
@@ -38,18 +38,6 @@ public void testCheckTouchlessExecution() throws FMSException {
38
Assert.assertEquals(message.getResponseElements().getResponse(), null);
39
}
40
41
- @Test
42
- public void testCheckEntitlementsExecution() throws FMSException {
43
-
44
- message.getResponseElements().setContentTypeHeader("application/json");
45
- IntuitResponse response = new IntuitResponse();
46
- response.setStatus("example");
47
- message.setEntitlementService(true);
48
- message.getResponseElements().setResponse(response);
49
- instance.execute(message);
50
- Assert.assertEquals(message.getResponseElements().getResponse().getClass(), IntuitResponse.class);
51
52
- }
53
54
55
0 commit comments