summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_projects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/tests/objects/test_projects.py')
-rw-r--r--gitlab/tests/objects/test_projects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_projects.py b/gitlab/tests/objects/test_projects.py
index 14ab966..73e119b 100644
--- a/gitlab/tests/objects/test_projects.py
+++ b/gitlab/tests/objects/test_projects.py
@@ -7,7 +7,6 @@ import responses
from gitlab.v4.objects import Project
-
project_content = {"name": "name", "id": 1}
import_content = {
"id": 1,