Revert "Revert "Came back to previous test impl"" - priort to the release

This reverts commit 1a3e405e5a.
This commit is contained in:
Marcin Grzejszczak
2019-10-31 12:28:33 +01:00
parent 6ee2cf6dab
commit 3173ca1505

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);