We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cd29c commit 7389722Copy full SHA for 7389722
src/test/java/com/mauvaisetroupe/eadesignit/web/rest/LandscapeViewResourceIT.java
@@ -433,6 +433,8 @@ void deleteLandscapeView() throws Exception {
433
.queryParam("deleteFunctionalFlows", "true")
434
.queryParam("deleteFlowInterfaces", "true")
435
.queryParam("deleteDatas", "true")
436
+ .queryParam("deleteCapabilityMappings", "false")
437
+ .queryParam("deleteDataObjects", "false")
438
.accept(MediaType.APPLICATION_JSON)
439
)
440
.andExpect(status().isNoContent());
0 commit comments