From ac2eea33e8e2b03a0c4c1c170e6141355bef01a5 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 13 Nov 2023 18:58:01 +0100 Subject: add docstring --- tests/playwright/test_no_image_uploads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playwright/test_no_image_uploads.py b/tests/playwright/test_no_image_uploads.py index ce45ebb..b133697 100644 --- a/tests/playwright/test_no_image_uploads.py +++ b/tests/playwright/test_no_image_uploads.py @@ -6,6 +6,7 @@ from testutils import extract_and_upload @pytest.fixture(scope="module") def app_settings(app_settings): + """Override the standard app settings to disable image uploads.""" app_settings["fietsboek.enable_image_uploads"] = "false" return app_settings -- cgit v1.2.3