@@ -45,6 +45,7 @@ def test_api_documents_children_list_anonymous_public_standalone(
45
45
"excerpt" : child1 .excerpt ,
46
46
"id" : str (child1 .id ),
47
47
"is_favorite" : False ,
48
+ "is_masked" : False ,
48
49
"link_reach" : child1 .link_reach ,
49
50
"link_role" : child1 .link_role ,
50
51
"numchild" : 0 ,
@@ -67,6 +68,7 @@ def test_api_documents_children_list_anonymous_public_standalone(
67
68
"excerpt" : child2 .excerpt ,
68
69
"id" : str (child2 .id ),
69
70
"is_favorite" : False ,
71
+ "is_masked" : False ,
70
72
"link_reach" : child2 .link_reach ,
71
73
"link_role" : child2 .link_role ,
72
74
"numchild" : 0 ,
@@ -119,6 +121,7 @@ def test_api_documents_children_list_anonymous_public_parent(django_assert_num_q
119
121
"excerpt" : child1 .excerpt ,
120
122
"id" : str (child1 .id ),
121
123
"is_favorite" : False ,
124
+ "is_masked" : False ,
122
125
"link_reach" : child1 .link_reach ,
123
126
"link_role" : child1 .link_role ,
124
127
"numchild" : 0 ,
@@ -141,6 +144,7 @@ def test_api_documents_children_list_anonymous_public_parent(django_assert_num_q
141
144
"excerpt" : child2 .excerpt ,
142
145
"id" : str (child2 .id ),
143
146
"is_favorite" : False ,
147
+ "is_masked" : False ,
144
148
"link_reach" : child2 .link_reach ,
145
149
"link_role" : child2 .link_role ,
146
150
"numchild" : 0 ,
@@ -212,6 +216,7 @@ def test_api_documents_children_list_authenticated_unrelated_public_or_authentic
212
216
"excerpt" : child1 .excerpt ,
213
217
"id" : str (child1 .id ),
214
218
"is_favorite" : False ,
219
+ "is_masked" : False ,
215
220
"link_reach" : child1 .link_reach ,
216
221
"link_role" : child1 .link_role ,
217
222
"numchild" : 0 ,
@@ -234,6 +239,7 @@ def test_api_documents_children_list_authenticated_unrelated_public_or_authentic
234
239
"excerpt" : child2 .excerpt ,
235
240
"id" : str (child2 .id ),
236
241
"is_favorite" : False ,
242
+ "is_masked" : False ,
237
243
"link_reach" : child2 .link_reach ,
238
244
"link_role" : child2 .link_role ,
239
245
"numchild" : 0 ,
@@ -291,6 +297,7 @@ def test_api_documents_children_list_authenticated_public_or_authenticated_paren
291
297
"excerpt" : child1 .excerpt ,
292
298
"id" : str (child1 .id ),
293
299
"is_favorite" : False ,
300
+ "is_masked" : False ,
294
301
"link_reach" : child1 .link_reach ,
295
302
"link_role" : child1 .link_role ,
296
303
"numchild" : 0 ,
@@ -313,6 +320,7 @@ def test_api_documents_children_list_authenticated_public_or_authenticated_paren
313
320
"excerpt" : child2 .excerpt ,
314
321
"id" : str (child2 .id ),
315
322
"is_favorite" : False ,
323
+ "is_masked" : False ,
316
324
"link_reach" : child2 .link_reach ,
317
325
"link_role" : child2 .link_role ,
318
326
"numchild" : 0 ,
@@ -397,6 +405,7 @@ def test_api_documents_children_list_authenticated_related_direct(
397
405
"excerpt" : child1 .excerpt ,
398
406
"id" : str (child1 .id ),
399
407
"is_favorite" : False ,
408
+ "is_masked" : False ,
400
409
"link_reach" : child1 .link_reach ,
401
410
"link_role" : child1 .link_role ,
402
411
"numchild" : 0 ,
@@ -419,6 +428,7 @@ def test_api_documents_children_list_authenticated_related_direct(
419
428
"excerpt" : child2 .excerpt ,
420
429
"id" : str (child2 .id ),
421
430
"is_favorite" : False ,
431
+ "is_masked" : False ,
422
432
"link_reach" : child2 .link_reach ,
423
433
"link_role" : child2 .link_role ,
424
434
"numchild" : 0 ,
@@ -479,6 +489,7 @@ def test_api_documents_children_list_authenticated_related_parent(
479
489
"excerpt" : child1 .excerpt ,
480
490
"id" : str (child1 .id ),
481
491
"is_favorite" : False ,
492
+ "is_masked" : False ,
482
493
"link_reach" : child1 .link_reach ,
483
494
"link_role" : child1 .link_role ,
484
495
"numchild" : 0 ,
@@ -501,6 +512,7 @@ def test_api_documents_children_list_authenticated_related_parent(
501
512
"excerpt" : child2 .excerpt ,
502
513
"id" : str (child2 .id ),
503
514
"is_favorite" : False ,
515
+ "is_masked" : False ,
504
516
"link_reach" : child2 .link_reach ,
505
517
"link_role" : child2 .link_role ,
506
518
"numchild" : 0 ,
@@ -613,6 +625,7 @@ def test_api_documents_children_list_authenticated_related_team_members(
613
625
"excerpt" : child1 .excerpt ,
614
626
"id" : str (child1 .id ),
615
627
"is_favorite" : False ,
628
+ "is_masked" : False ,
616
629
"link_reach" : child1 .link_reach ,
617
630
"link_role" : child1 .link_role ,
618
631
"numchild" : 0 ,
@@ -635,6 +648,7 @@ def test_api_documents_children_list_authenticated_related_team_members(
635
648
"excerpt" : child2 .excerpt ,
636
649
"id" : str (child2 .id ),
637
650
"is_favorite" : False ,
651
+ "is_masked" : False ,
638
652
"link_reach" : child2 .link_reach ,
639
653
"link_role" : child2 .link_role ,
640
654
"numchild" : 0 ,
0 commit comments