diff options
Diffstat (limited to 'gitlab/tests/objects/test_projects.py')
-rw-r--r-- | gitlab/tests/objects/test_projects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_projects.py b/gitlab/tests/objects/test_projects.py index edc68cf..6a2840a 100644 --- a/gitlab/tests/objects/test_projects.py +++ b/gitlab/tests/objects/test_projects.py @@ -231,7 +231,7 @@ def resp_get_service(url, request): scheme="http", netloc="localhost", path="/api/v4/projects/1/services", method="get", ) def resp_get_active_services(url, request): - """Mock for Service update PUT response.""" + """Mock for active Services GET response.""" content = """[{ "id": 100152, "title": "Pipelines emails", |