Testcommit

This commit is contained in:
aoezyetimoglu 2021-04-15 16:26:47 +02:00
parent a7aa3a723a
commit 95b351d3fe

View File

@ -151,6 +151,7 @@ public class RedactionIntegrationTest {
@Before
public void stubClients() {
//Testkommentar
when(rulesClient.getVersion(TEST_RULESET_ID)).thenReturn(0L);
when(rulesClient.getRules(TEST_RULESET_ID)).thenReturn(new RulesResponse(RULES));