You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-I am running this in jetty.
-in the second test I get a 409 back but the assertion fails.
-I tried this same thing (creating a user and then trying to create it again) with apache's httpclient and indeed I get a 409 back.
so it seems in some cases even though you get the correct code back the framework doesn't direct it through the right path.
regards.
The text was updated successfully, but these errors were encountered:
I have a very simple test that is failing, maybe you can try it and reproduce the error in your pc?
this is the test:
@RunWith(HttpJUnitRunner.class)
public class TestMy{
@rule
public com.eclipsesource.restfuse.Destination destination = this.getDestination()
-I am running this in jetty.
-in the second test I get a 409 back but the assertion fails.
-I tried this same thing (creating a user and then trying to create it again) with apache's httpclient and indeed I get a 409 back.
so it seems in some cases even though you get the correct code back the framework doesn't direct it through the right path.
regards.
The text was updated successfully, but these errors were encountered: