diff options
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 26e0488..0551093 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -376,6 +376,7 @@ status = commit.statuses.create({'state': 'success', 'sha': commit.id}) assert(len(commit.statuses.list()) == 1) assert(commit.refs()) +assert(commit.merge_requests() is not None) # commit comment commit.comments.create({'note': 'This is a commit comment'}) |