diff options
Diffstat (limited to 'gitlab/tests/objects/test_pipelines.py')
-rw-r--r-- | gitlab/tests/objects/test_pipelines.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_pipelines.py b/gitlab/tests/objects/test_pipelines.py index f54aa7d..d474296 100644 --- a/gitlab/tests/objects/test_pipelines.py +++ b/gitlab/tests/objects/test_pipelines.py @@ -6,7 +6,6 @@ import responses from gitlab.v4.objects import ProjectPipeline - pipeline_content = { "id": 46, "project_id": 1, |