File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
ipp-v3-java-devkit/src/test/java/com/intuit/ipp/interceptors Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -38,18 +38,6 @@ public void testCheckTouchlessExecution() throws FMSException {
3838 Assert .assertEquals (message .getResponseElements ().getResponse (), null );
3939 }
4040
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- }
5341
5442
5543}
You can’t perform that action at this time.
0 commit comments