Skip to content

Commit

Permalink
Fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jun 24, 2024
1 parent ebbd564 commit ae57c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void testPostComposite() throws Exception {

@Test
void testDeleteComposite() throws Exception {
final List<EmbeddedPhotoCreateRequest> photos = List.of(new EmbeddedPhotoCreateRequest("test_type", "test_data", null));
final List<EmbeddedPhotoCreateRequest> photos = List.of(new EmbeddedPhotoCreateRequest("test_type", "dGVzdF9kYXRh", null));
List<EmbeddedAttachmentCreateRequest> attachments = new ArrayList<>();
attachments.add(new EmbeddedAttachmentCreateRequest("test_type", "test_data", null));
DocumentCreateRequest request = new DocumentCreateRequest("alice", "test", "test_type", "1", null, "test_data", Collections.emptyMap(), photos, attachments);
Expand Down

0 comments on commit ae57c8a

Please sign in to comment.