This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new b2a4e250b6 JAMES-3419 JMAP EmailBodyPart individual headers - Fix test
cases
b2a4e250b6 is described below
commit b2a4e250b6fd951ed645f5af665aa46416b07717
Author: Tung Tran <[email protected]>
AuthorDate: Wed Mar 6 11:47:05 2024 +0700
JAMES-3419 JMAP EmailBodyPart individual headers - Fix test cases
---
.../org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/EmailGetMethodContract.scala
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
index aa1c7f45e9..ddd8ba8c8c 100644
---
a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
+++
b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailGetMethodContract.scala
@@ -3831,7 +3831,7 @@ trait EmailGetMethodContract {
| "charset": "UTF-8",
| "size": 8,
| "partId": "1",
- | "blobId": "1_1",
+ | "blobId": "${messageId.serialize}_1",
| "type": "text/plain"
| }
|}""".stripMargin)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]