Skip to content

Commit

Permalink
[ACS-9062] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Dec 4, 2024
1 parent cbbe46c commit d947b1d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ void testContentUpdateRequest()
}
},
"resourceBefore": {
"@type": "NodeResource",
"content": {
"mimeType": "application/pdf",
"sizeInBytes": 123,
Expand Down Expand Up @@ -767,6 +768,7 @@ void testLogInEvent()
"isFile": false
},
"resourceBefore": {
"@type": "NodeResource",
"properties": {
"cm:preferenceValues": null
},
Expand Down Expand Up @@ -854,6 +856,7 @@ void testUpdateFolderName()
"aspectNames": [ "cm:versionable", "cm:author", "cm:titled" ]
},
"resourceBefore": {
"@type": "NodeResource",
"name": "Old Folder"
}
}
Expand Down

0 comments on commit d947b1d

Please sign in to comment.