Skip to content

Commit

Permalink
upgrade: bump drf from 3.14 to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Apr 5, 2024
1 parent 21d940e commit 48f9da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app_tests/api/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def update_object(
if not (fails or user_perm_fails):
if view_perms[2] == "outside_scope":
assert (
response.json() == {'detail': 'Not found.'}
response.json() == {'detail': f'No {object.__name__} matches the given query.'}
), f"{verbose_name} object detail can be accessed outside the domain"
else:
for key, value in {**build_params, **test_build_params}.items():
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-filter==24.2
whitenoise==6.6.0
argon2-cffi==23.1.0
typing-extensions==4.10.0
djangorestframework==3.14.0
djangorestframework==3.15.0
django-stubs==4.2.7
coverage==7.4.4
django-tailwind==3.8.0
Expand Down

0 comments on commit 48f9da8

Please sign in to comment.