diff options
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 7d769f3..cb199b7 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -580,3 +580,6 @@ assert(snippet.title == 'updated_title') content = snippet.content() assert(content == 'import gitlab') snippet.delete() + +# user activities +gl.user_activities.list() |