diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-04-17 01:02:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 01:02:41 +0200 |
commit | c20f5f15de84d1b1bbb12c18caf1927dcfd6f393 (patch) | |
tree | 085f0741321ff97e5450f17b7145df498153e6ce /gitlab/tests/objects/test_projects.py | |
parent | c60e2df50773535f5cfdbbb974713f28828fd827 (diff) | |
download | gitlab-feat/available-services.tar.gz |
chore: fix typo in docstringfeat/available-services
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", |