Merged in CST-11045 (pull request #1269)

CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl

* CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl

* CST-11045 Rollback of the 2 changed files containing the patterns

* CST-11045 Changed again the 2 files containing the patterns, error during the tests are logged but not regarding IT class changed


Approved-by: Andrea Bollini
This commit is contained in:
Mattia Vianelli
2023-11-11 16:37:09 +00:00
committed by Andrea Bollini
parent 75bd22b32b
commit f2cc19f4a1
3 changed files with 19 additions and 19 deletions

View File

@@ -42,7 +42,7 @@ public class SubmissionCOARNotifyRestRepositoryIT extends AbstractControllerInte
.andExpect(content().contentType(contentType))
.andExpect(jsonPath("$._embedded.submissioncoarnotifyconfigs", Matchers.containsInAnyOrder(
SubmissionCOARNotifyMatcher.matchCOARNotifyEntry("coarnotify",
List.of("review", "endorsement", "ingest"))
List.of("request-review", "request-endorsement", "request-ingest"))
)));
}
@@ -69,7 +69,7 @@ public class SubmissionCOARNotifyRestRepositoryIT extends AbstractControllerInte
.andExpect(content().contentType(contentType))
.andExpect(jsonPath("$", Matchers.is(
SubmissionCOARNotifyMatcher.matchCOARNotifyEntry("coarnotify",
List.of("review", "endorsement", "ingest"))
List.of("request-review", "request-endorsement", "request-ingest"))
)));
}

View File

@@ -10,9 +10,9 @@
<map>
<entry key="coarnotify">
<list>
<value>review</value>
<value>endorsement</value>
<value>ingest</value>
<value>request-review</value>
<value>request-endorsement</value>
<value>request-ingest</value>
</list>
</entry>
</map>