Skip to content

Commit

Permalink
updating delete body in RequestFiltersIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
azakrzewski-hy committed Dec 19, 2024
1 parent 8edbc32 commit b194ca8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1179,12 +1179,14 @@ void testUpdateRequestWithAspectInAllowedFilterAndTypeInAllowedFilterAndAncestor

// then send a delete event
String expectedBody = """
{
[
{
"objectId" : "d71dd823-82c7-477c-8490-04cb0e826e14",
"sourceId" : "alfresco-dummy-source-id-0a63de491876",
"sourceTimestamp": 1611656982995,
"eventType" : "delete"
}
]
""";
containerSupport.expectHxIngestMessageReceived(expectedBody);
}
Expand Down Expand Up @@ -1261,12 +1263,14 @@ void testUpdateRequestWithAspectModifiedToFitDeniedFilterAndTypeInAllowedFilterA

// then send a delete event
String expectedBody = """
{
[
{
"objectId" : "d71dd823-82c7-477c-8490-04cb0e826e15",
"sourceId" : "alfresco-dummy-source-id-0a63de491876",
"sourceTimestamp" : 1611656982995,
"eventType" : "delete"
}
]
""";
containerSupport.expectHxIngestMessageReceived(expectedBody);
}
Expand Down

0 comments on commit b194ca8

Please sign in to comment.