Skip to content

Commit

Permalink
tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Oct 8, 2024
1 parent 4bf781e commit 4274aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ class ResourceRoutesV2Spec extends RetryableAnyFlatSpec with Matchers with TestS
)

// Delete the resource
Delete(s"/api/resources/v2/${defaultResourceType.name}/${childResource.resourceId.value}") ~> samRoutes.route ~> check {
Delete(s"/api/resources/v2/${defaultResourceType.name}/${childResource.resourceId.value}?cascadePolicies=false") ~> samRoutes.route ~> check {
status shouldEqual StatusCodes.BadRequest
}
}
Expand Down

0 comments on commit 4274aeb

Please sign in to comment.