@@ -42,6 +42,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
42
42
"excerpt" : child1 .excerpt ,
43
43
"id" : str (child1 .id ),
44
44
"is_favorite" : False ,
45
+ "is_masked" : False ,
45
46
"link_reach" : child1 .link_reach ,
46
47
"link_role" : child1 .link_role ,
47
48
"numchild" : 1 ,
@@ -66,6 +67,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
66
67
"excerpt" : grand_child .excerpt ,
67
68
"id" : str (grand_child .id ),
68
69
"is_favorite" : False ,
70
+ "is_masked" : False ,
69
71
"link_reach" : grand_child .link_reach ,
70
72
"link_role" : grand_child .link_role ,
71
73
"numchild" : 0 ,
@@ -88,6 +90,7 @@ def test_api_documents_descendants_list_anonymous_public_standalone():
88
90
"excerpt" : child2 .excerpt ,
89
91
"id" : str (child2 .id ),
90
92
"is_favorite" : False ,
93
+ "is_masked" : False ,
91
94
"link_reach" : child2 .link_reach ,
92
95
"link_role" : child2 .link_role ,
93
96
"numchild" : 0 ,
@@ -139,6 +142,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
139
142
"excerpt" : child1 .excerpt ,
140
143
"id" : str (child1 .id ),
141
144
"is_favorite" : False ,
145
+ "is_masked" : False ,
142
146
"link_reach" : child1 .link_reach ,
143
147
"link_role" : child1 .link_role ,
144
148
"numchild" : 1 ,
@@ -161,6 +165,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
161
165
"excerpt" : grand_child .excerpt ,
162
166
"id" : str (grand_child .id ),
163
167
"is_favorite" : False ,
168
+ "is_masked" : False ,
164
169
"link_reach" : grand_child .link_reach ,
165
170
"link_role" : grand_child .link_role ,
166
171
"numchild" : 0 ,
@@ -183,6 +188,7 @@ def test_api_documents_descendants_list_anonymous_public_parent():
183
188
"excerpt" : child2 .excerpt ,
184
189
"id" : str (child2 .id ),
185
190
"is_favorite" : False ,
191
+ "is_masked" : False ,
186
192
"link_reach" : child2 .link_reach ,
187
193
"link_role" : child2 .link_role ,
188
194
"numchild" : 0 ,
@@ -255,6 +261,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
255
261
"excerpt" : child1 .excerpt ,
256
262
"id" : str (child1 .id ),
257
263
"is_favorite" : False ,
264
+ "is_masked" : False ,
258
265
"link_reach" : child1 .link_reach ,
259
266
"link_role" : child1 .link_role ,
260
267
"numchild" : 1 ,
@@ -277,6 +284,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
277
284
"excerpt" : grand_child .excerpt ,
278
285
"id" : str (grand_child .id ),
279
286
"is_favorite" : False ,
287
+ "is_masked" : False ,
280
288
"link_reach" : grand_child .link_reach ,
281
289
"link_role" : grand_child .link_role ,
282
290
"numchild" : 0 ,
@@ -299,6 +307,7 @@ def test_api_documents_descendants_list_authenticated_unrelated_public_or_authen
299
307
"excerpt" : child2 .excerpt ,
300
308
"id" : str (child2 .id ),
301
309
"is_favorite" : False ,
310
+ "is_masked" : False ,
302
311
"link_reach" : child2 .link_reach ,
303
312
"link_role" : child2 .link_role ,
304
313
"numchild" : 0 ,
@@ -356,6 +365,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
356
365
"excerpt" : child1 .excerpt ,
357
366
"id" : str (child1 .id ),
358
367
"is_favorite" : False ,
368
+ "is_masked" : False ,
359
369
"link_reach" : child1 .link_reach ,
360
370
"link_role" : child1 .link_role ,
361
371
"numchild" : 1 ,
@@ -378,6 +388,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
378
388
"excerpt" : grand_child .excerpt ,
379
389
"id" : str (grand_child .id ),
380
390
"is_favorite" : False ,
391
+ "is_masked" : False ,
381
392
"link_reach" : grand_child .link_reach ,
382
393
"link_role" : grand_child .link_role ,
383
394
"numchild" : 0 ,
@@ -400,6 +411,7 @@ def test_api_documents_descendants_list_authenticated_public_or_authenticated_pa
400
411
"excerpt" : child2 .excerpt ,
401
412
"id" : str (child2 .id ),
402
413
"is_favorite" : False ,
414
+ "is_masked" : False ,
403
415
"link_reach" : child2 .link_reach ,
404
416
"link_role" : child2 .link_role ,
405
417
"numchild" : 0 ,
@@ -478,6 +490,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
478
490
"excerpt" : child1 .excerpt ,
479
491
"id" : str (child1 .id ),
480
492
"is_favorite" : False ,
493
+ "is_masked" : False ,
481
494
"link_reach" : child1 .link_reach ,
482
495
"link_role" : child1 .link_role ,
483
496
"numchild" : 1 ,
@@ -500,6 +513,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
500
513
"excerpt" : grand_child .excerpt ,
501
514
"id" : str (grand_child .id ),
502
515
"is_favorite" : False ,
516
+ "is_masked" : False ,
503
517
"link_reach" : grand_child .link_reach ,
504
518
"link_role" : grand_child .link_role ,
505
519
"numchild" : 0 ,
@@ -522,6 +536,7 @@ def test_api_documents_descendants_list_authenticated_related_direct():
522
536
"excerpt" : child2 .excerpt ,
523
537
"id" : str (child2 .id ),
524
538
"is_favorite" : False ,
539
+ "is_masked" : False ,
525
540
"link_reach" : child2 .link_reach ,
526
541
"link_role" : child2 .link_role ,
527
542
"numchild" : 0 ,
@@ -580,6 +595,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
580
595
"excerpt" : child1 .excerpt ,
581
596
"id" : str (child1 .id ),
582
597
"is_favorite" : False ,
598
+ "is_masked" : False ,
583
599
"link_reach" : child1 .link_reach ,
584
600
"link_role" : child1 .link_role ,
585
601
"numchild" : 1 ,
@@ -602,6 +618,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
602
618
"excerpt" : grand_child .excerpt ,
603
619
"id" : str (grand_child .id ),
604
620
"is_favorite" : False ,
621
+ "is_masked" : False ,
605
622
"link_reach" : grand_child .link_reach ,
606
623
"link_role" : grand_child .link_role ,
607
624
"numchild" : 0 ,
@@ -624,6 +641,7 @@ def test_api_documents_descendants_list_authenticated_related_parent():
624
641
"excerpt" : child2 .excerpt ,
625
642
"id" : str (child2 .id ),
626
643
"is_favorite" : False ,
644
+ "is_masked" : False ,
627
645
"link_reach" : child2 .link_reach ,
628
646
"link_role" : child2 .link_role ,
629
647
"numchild" : 0 ,
@@ -728,6 +746,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
728
746
"excerpt" : child1 .excerpt ,
729
747
"id" : str (child1 .id ),
730
748
"is_favorite" : False ,
749
+ "is_masked" : False ,
731
750
"link_reach" : child1 .link_reach ,
732
751
"link_role" : child1 .link_role ,
733
752
"numchild" : 1 ,
@@ -750,6 +769,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
750
769
"excerpt" : grand_child .excerpt ,
751
770
"id" : str (grand_child .id ),
752
771
"is_favorite" : False ,
772
+ "is_masked" : False ,
753
773
"link_reach" : grand_child .link_reach ,
754
774
"link_role" : grand_child .link_role ,
755
775
"numchild" : 0 ,
@@ -772,6 +792,7 @@ def test_api_documents_descendants_list_authenticated_related_team_members(
772
792
"excerpt" : child2 .excerpt ,
773
793
"id" : str (child2 .id ),
774
794
"is_favorite" : False ,
795
+ "is_masked" : False ,
775
796
"link_reach" : child2 .link_reach ,
776
797
"link_role" : child2 .link_role ,
777
798
"numchild" : 0 ,
0 commit comments