aboutsummaryrefslogtreecommitdiff
path: root/tests/playwright
diff options
context:
space:
mode:
Diffstat (limited to 'tests/playwright')
-rw-r--r--tests/playwright/test_no_image_uploads.py1
1 files changed, 1 insertions, 0 deletions
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