diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-28 07:16:27 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2018-05-28 07:16:27 +0200 |
commit | 3c53f7fb8d9c0f829fbbc87acc7c83590a11b467 (patch) | |
tree | b73e1a038c25a83acab1c64e49d1fb304412d8d9 /tools/python_test_v4.py | |
parent | 32569ea27d36c7341b031f11d14f79fd6abd373f (diff) | |
download | gitlab-3c53f7fb8d9c0f829fbbc87acc7c83590a11b467.tar.gz |
Enable mr.participant test
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index f9ea102..26e0488 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -602,7 +602,7 @@ assert(len(discussion.attributes['notes']) == 1) # basic testing: only make sure that the methods exist mr.commits() mr.changes() -#mr.participants() # not yet available +mr.participants() # not yet available mr.merge() admin_project.branches.delete('branch1') |