diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-11 09:15:20 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-11-11 09:15:20 +0100 |
commit | 44a7ef6d390b534977fb14a360e551634135bc20 (patch) | |
tree | 5f64903547df7c9ffe2e752c5530c8f382f28efc /tools/python_test_v4.py | |
parent | 7fadf4611709157343e1421e9af27ae1abb9d81c (diff) | |
download | gitlab-44a7ef6d390b534977fb14a360e551634135bc20.tar.gz |
Add support for user activities
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() |