summaryrefslogtreecommitdiff
path: root/tests/unit/objects/test_projects.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-07-28 21:39:22 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-07-28 21:39:22 -0700
commit76ec4b481fa931ea36a195ac474812c11babef7b (patch)
tree23ddb54416eea1971f5b7aaa6fc3e71e941d503b /tests/unit/objects/test_projects.py
parent8ba97aa459420ec5ae824d9299d6564656841559 (diff)
downloadgitlab-76ec4b481fa931ea36a195ac474812c11babef7b.tar.gz
chore: enable mypy check `warn_return_any`
Update code so that the `warn_return_any` check passes.
Diffstat (limited to 'tests/unit/objects/test_projects.py')
-rw-r--r--tests/unit/objects/test_projects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/objects/test_projects.py b/tests/unit/objects/test_projects.py
index 6134382..1e5e7d1 100644
--- a/tests/unit/objects/test_projects.py
+++ b/tests/unit/objects/test_projects.py
@@ -431,7 +431,7 @@ def resp_start_housekeeping():
rsps.add(
method=responses.POST,
url="http://localhost/api/v4/projects/1/housekeeping",
- json="0ee4c430667fb7be8461f310",
+ json={},
content_type="application/json",
status=201,
)