From d7c79113a4dd4f23789ac8adb17add590929ae53 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 4 Aug 2017 10:25:40 +0200 Subject: functional tests for v4 Update the python tests for v4, and fix the problems raised when running those tests. --- gitlab/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/mixins.py') diff --git a/gitlab/mixins.py b/gitlab/mixins.py index cc9eb51..5876d58 100644 --- a/gitlab/mixins.py +++ b/gitlab/mixins.py @@ -152,7 +152,7 @@ class CreateMixin(object): **kwargs: Extra options to send to the Gitlab server (e.g. sudo) Returns: - RESTObject: a new instance of the managed object class build with + RESTObject: a new instance of the managed object class built with the data sent by the server Raises: -- cgit v1.2.1