Arsnael commented on code in PR #2825:
URL: https://github.com/apache/james-project/pull/2825#discussion_r2393434325


##########
server/protocols/webadmin/webadmin-jmap/src/test/java/org/apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java:
##########
@@ -568,12 +563,12 @@ void runRulesOnMailboxShouldApplyFlagCriteria() throws 
Exception {
                   {
                     "comparator": "isSet",
                     "field": "flag",
-                    "value": "\\Seen"
+                    "value": "Seen"

Review Comment:
   There seems to be some json deserialization issue with the `\\` at the 
moment so for now I took it out. Will check it out later. 
   
   Or maybe we can just omit in the rule the `\`? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to