From 166541b836fb1e5fe6e898b57669766028389d7b Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Thu, 29 Feb 2024 14:28:38 +0100 Subject: [PATCH] Add comment --- tests/test_elements_worker/test_classifications.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_elements_worker/test_classifications.py b/tests/test_elements_worker/test_classifications.py index 738de363..289af78b 100644 --- a/tests/test_elements_worker/test_classifications.py +++ b/tests/test_elements_worker/test_classifications.py @@ -10,6 +10,8 @@ from arkindex_worker.models import Element from . import BASE_API_CALLS +# Special string used to know if the `arg_name` passed in +# `pytest.mark.parametrize` should be removed from the payload DELETE_PARAMETER = "DELETE_PARAMETER" -- GitLab