From 6a2cc6bd0e20bdd46e6dad707148fee1e2b6e0e3 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 5 Mar 2024 15:35:58 +0100 Subject: [PATCH] typo --- backend/app_tests/api/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app_tests/api/test_utils.py b/backend/app_tests/api/test_utils.py index 84e1c3725..93f17e932 100644 --- a/backend/app_tests/api/test_utils.py +++ b/backend/app_tests/api/test_utils.py @@ -791,7 +791,7 @@ def delete_object( ): # User has permission to delete the object assert delete_response.status_code == expected_status, ( - f"{verbose_name} can not be deleted with authentication" + f"{verbose_name} can not be deleted with permission" if expected_status == status.HTTP_204_NO_CONTENT else f"{verbose_name} should not be deleted (expected status: {expected_status})" )