summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-28 07:16:27 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-28 07:16:27 +0200
commit3c53f7fb8d9c0f829fbbc87acc7c83590a11b467 (patch)
treeb73e1a038c25a83acab1c64e49d1fb304412d8d9 /tools/python_test_v4.py
parent32569ea27d36c7341b031f11d14f79fd6abd373f (diff)
downloadgitlab-3c53f7fb8d9c0f829fbbc87acc7c83590a11b467.tar.gz
Enable mr.participant test
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py2
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')