Skip to content

Commit 7389722

Browse files
Delete Landscape new parameters - Fix JUnit
1 parent a0cd29c commit 7389722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/mauvaisetroupe/eadesignit/web/rest/LandscapeViewResourceIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ void deleteLandscapeView() throws Exception {
433433
.queryParam("deleteFunctionalFlows", "true")
434434
.queryParam("deleteFlowInterfaces", "true")
435435
.queryParam("deleteDatas", "true")
436+
.queryParam("deleteCapabilityMappings", "false")
437+
.queryParam("deleteDataObjects", "false")
436438
.accept(MediaType.APPLICATION_JSON)
437439
)
438440
.andExpect(status().isNoContent());

0 commit comments

Comments
 (0)