summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/conftest.py
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2020-08-29 10:45:51 +0200
committerNejc Habjan <nejc.habjan@siemens.com>2020-08-29 10:45:51 +0200
commit7ea178bad398c8c2851a4584f4dca5b8adc89d29 (patch)
treee558235551a994de9f09da30625f925976372b84 /gitlab/tests/objects/conftest.py
parent71495d127d30d2f4c00285485adae5454a590584 (diff)
downloadgitlab-7ea178bad398c8c2851a4584f4dca5b8adc89d29.tar.gz
test(packages): add tests for Packages API
Diffstat (limited to 'gitlab/tests/objects/conftest.py')
-rw-r--r--gitlab/tests/objects/conftest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitlab/tests/objects/conftest.py b/gitlab/tests/objects/conftest.py
index 76f76d1..d8a40d9 100644
--- a/gitlab/tests/objects/conftest.py
+++ b/gitlab/tests/objects/conftest.py
@@ -22,6 +22,11 @@ def created_content():
@pytest.fixture
+def no_content():
+ return {"message": "204 No Content"}
+
+
+@pytest.fixture
def resp_export(accepted_content, binary_content):
"""Common fixture for group and project exports."""
export_status_content = {