| commit | 0cd5828dd90066b51743703e780d30d7a3386944 | [log] [tgz] |
|---|---|---|
| author | Rene Cordier <rcordier@linagora.com> | Mon May 12 09:10:31 2025 +0700 |
| committer | Rene Cordier <rcordier@linagora.com> | Mon May 12 09:10:31 2025 +0700 |
| tree | 24ca6ec5a09385569325ad0c79eea641595880c8 | |
| parent | bd4c482ce32b7a93ffd5b46b744b0751a05d3eb1 [diff] |
fixup! [ENHANCEMENT] Log http error code upon unexpected exception calling push server
diff --git a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala index d0f706e..053d2fb 100644 --- a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala +++ b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/PushSubscriptionSetMethodContract.scala
@@ -2373,7 +2373,7 @@ | "notCreated": { | "4f29": { | "type": "serverFail", - | "description": "Error when call to Push Server. " + | "description": "Error when call to Push Server: code 500. " | } | } | },