mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 18:12:26 -06:00
Initial commit
This commit is contained in:
28
test/fixtures/correspondents/correspondents.json
vendored
Normal file
28
test/fixtures/correspondents/correspondents.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
[{
|
||||
"id": 1,
|
||||
"slug": "correspondent1",
|
||||
"name": "Correspondent 1",
|
||||
"match": "correspondent1",
|
||||
"matching_algorithm": 1,
|
||||
"is_insensitive": true,
|
||||
"document_count": 3
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"slug": "correspondent2",
|
||||
"name": "Correspondent 2",
|
||||
"match": "correspondent2",
|
||||
"matching_algorithm": 1,
|
||||
"is_insensitive": true,
|
||||
"document_count": 3
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"slug": "correspondent3",
|
||||
"name": "Correspondent 3",
|
||||
"match": "correspondent3",
|
||||
"matching_algorithm": 1,
|
||||
"is_insensitive": true,
|
||||
"document_count": 3
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user