mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Fix tests
This commit is contained in:
parent
69826610a2
commit
2078fa4e40
@ -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`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user