Came back to previous test impl

This commit is contained in:
Marcin Grzejszczak
2019-09-27 12:31:52 +02:00
parent 32aef9f154
commit 3fb22e35be

View File

@@ -209,7 +209,7 @@ class CustomConfig {
this.feignComponentAsserter.executedComponents.put(ErrorDecoder.class, true);
if (response.status() == 409) {
return new RetryableException(response.status(), "Article not Ready",
Request.HttpMethod.GET, new Date(), response.request());
Request.HttpMethod.GET, new Date());
}
else {
return super.decode(methodKey, response);