|
@@ -2036,7 +2036,7 @@ class TestContentApi(DefaultTest):
|
2036
|
2036
|
secondly_created_but_not_commented = api.create(ContentType.Page, workspace, main_folder, 'this is another randomized label content', '', True) # nopep8
|
2037
|
2037
|
comments = api.create_comment(workspace, firstly_created_but_recently_commented, 'juste a super comment', True) # nopep8
|
2038
|
2038
|
|
2039
|
|
- content_workspace_2 = api.create(ContentType.Page, workspace,main_folder_workspace2, 'content_workspace_2', '',True) # nopep8
|
|
2039
|
+ content_workspace_2 = api.create(ContentType.Page, workspace2 ,main_folder_workspace2, 'content_workspace_2', '',True) # nopep8
|
2040
|
2040
|
last_actives = api.get_last_active()
|
2041
|
2041
|
assert len(last_actives) == 9
|
2042
|
2042
|
# workspace_2 content
|