Skip to content

Commit

Permalink
Delete Landscape new parameters - Fix JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvaisetroupe committed Dec 26, 2023
1 parent a0cd29c commit 7389722
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ void deleteLandscapeView() throws Exception {
.queryParam("deleteFunctionalFlows", "true")
.queryParam("deleteFlowInterfaces", "true")
.queryParam("deleteDatas", "true")
.queryParam("deleteCapabilityMappings", "false")
.queryParam("deleteDataObjects", "false")
.accept(MediaType.APPLICATION_JSON)
)
.andExpect(status().isNoContent());
Expand Down

0 comments on commit 7389722

Please sign in to comment.