Skip to content

Commit c20f5f1

Browse files
authored
chore: fix typo in docstring
1 parent c60e2df commit c20f5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/tests/objects/test_projects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def resp_get_service(url, request):
231231
scheme="http", netloc="localhost", path="/api/v4/projects/1/services", method="get",
232232
)
233233
def resp_get_active_services(url, request):
234-
"""Mock for Service update PUT response."""
234+
"""Mock for active Services GET response."""
235235
content = """[{
236236
"id": 100152,
237237
"title": "Pipelines emails",

0 commit comments

Comments
 (0)