1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fix tests

This commit is contained in:
Laurent Cozic 2023-06-14 15:59:20 +01:00
parent 69826610a2
commit 2078fa4e40

View File

@ -529,6 +529,7 @@ is_shared: 1
share_id: ${note.share_id || ''}
conflict_original_id:
master_key_id:
user_data:
type_: 1`;
}
@ -545,6 +546,7 @@ encryption_applied: 0
parent_id: ${folder.parent_id || ''}
is_shared: 0
share_id: ${folder.share_id || ''}
user_data:
type_: 2`;
}