You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/06/02 02:48:18 UTC

[GitHub] [fineract] BLasan commented on pull request #1725: Create Client doesn't giving error on submit without filling form #3069

BLasan commented on pull request #1725:
URL: https://github.com/apache/fineract/pull/1725#issuecomment-852672001


   @habile-technologies Build fails
   
   ```
   InteropTest > testInteroperation() FAILED
       java.lang.AssertionError: 1 expectation failed.
       Expected status code <200> but was <403>.
           at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
           at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
           at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
           at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
           at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:72)
           at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:59)
           at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84)
           at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
           at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263)
           at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:277)
           at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:493)
           at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
           at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1656)
           at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
           at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.base/java.lang.reflect.Method.invoke(Method.java:566)
           at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
           at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1267)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:818)
           at groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
           at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
           at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
           at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
           at io.restassured.internal.RequestSpecificationImpl.applyPathParamsAndSendRequest(RequestSpecificationImpl.groovy:1661)
           at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
           at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.base/java.lang.reflect.Method.invoke(Method.java:566)
           at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107)
           at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1267)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1034)
           at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:818)
           at groovy.lang.GroovyObject.invokeMethod(GroovyObject.java:39)
           at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.call(PogoInterceptableSite.java:45)
           at org.codehaus.groovy.runtime.callsite.PogoInterceptableSite.callCurrent(PogoInterceptableSite.java:55)
           at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:203)
           at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy:175)
           at io.restassured.internal.RequestSpecificationImpl.post(RequestSpecificationImpl.groovy)
           at org.apache.fineract.integrationtests.common.Utils.performServerPost(Utils.java:160)
           at org.apache.fineract.integrationtests.common.ClientHelper.createClient(ClientHelper.java:86)
           at org.apache.fineract.integrationtests.common.ClientHelper.createClient(ClientHelper.java:80)
           at org.apache.fineract.integrationtests.common.ClientHelper.createClient(ClientHelper.java:75)
           at org.apache.fineract.integrationtests.interoperation.InteropTest.createClient(InteropTest.java:125)
           at org.apache.fineract.integrationtests.interoperation.InteropTest.testInteroperation(InteropTest.java:113)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org