|
@@ -342,6 +342,7 @@ class TestContentApi(TestStandard):
|
342
|
342
|
|
343
|
343
|
RoleApi(user1).create_one(user2, workspace,
|
344
|
344
|
UserRoleInWorkspace.CONTENT_MANAGER,
|
|
345
|
+ with_notif=False,
|
345
|
346
|
flush=True)
|
346
|
347
|
|
347
|
348
|
# Test starts here
|
|
@@ -405,6 +406,7 @@ class TestContentApi(TestStandard):
|
405
|
406
|
|
406
|
407
|
RoleApi(user1).create_one(user2, workspace,
|
407
|
408
|
UserRoleInWorkspace.CONTENT_MANAGER,
|
|
409
|
+ with_notif=True,
|
408
|
410
|
flush=True)
|
409
|
411
|
|
410
|
412
|
# Test starts here
|
|
@@ -471,6 +473,7 @@ class TestContentApi(TestStandard):
|
471
|
473
|
|
472
|
474
|
RoleApi(user1).create_one(user2, workspace,
|
473
|
475
|
UserRoleInWorkspace.CONTENT_MANAGER,
|
|
476
|
+ with_notif=True,
|
474
|
477
|
flush=True)
|
475
|
478
|
|
476
|
479
|
# show archived is used at the top end of the test
|
|
@@ -545,6 +548,7 @@ class TestContentApi(TestStandard):
|
545
|
548
|
|
546
|
549
|
RoleApi(user1).create_one(user2, workspace,
|
547
|
550
|
UserRoleInWorkspace.CONTENT_MANAGER,
|
|
551
|
+ with_notif=True,
|
548
|
552
|
flush=True)
|
549
|
553
|
|
550
|
554
|
# show archived is used at the top end of the test
|