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


##########
third-party/rspamd/src/test/java/org/apache/james/rspamd/client/RSpamDHttpClientTest.java:
##########
@@ -99,11 +99,6 @@ void 
checkSpamMailUsingRSpamDClientWithExactPasswordShouldReturnAnalysisResultAs
         RSpamDHttpClient client = new RSpamDHttpClient(configuration);
 
         AnalysisResult analysisResult = client.checkV2(spamMessage).block();
-        assertThat(analysisResult).isEqualTo(AnalysisResult.builder()
-            .action(AnalysisResult.Action.REJECT)

Review Comment:
   Can we still make sure that it's detected as a spam an rejected? No need to 
check the rest



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