aboutsummaryrefslogtreecommitdiff
path: root/tests/playwright/test_no_image_uploads.py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-11-13 18:58:01 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-11-13 18:58:01 +0100
commitac2eea33e8e2b03a0c4c1c170e6141355bef01a5 (patch)
tree47230a45dffb1f30f3a8b4123594ea3be8d2c597 /tests/playwright/test_no_image_uploads.py
parent9aac19a422addda40e802c0b94d7a237b742d8e1 (diff)
downloadfietsboek-ac2eea33e8e2b03a0c4c1c170e6141355bef01a5.tar.gz
fietsboek-ac2eea33e8e2b03a0c4c1c170e6141355bef01a5.tar.bz2
fietsboek-ac2eea33e8e2b03a0c4c1c170e6141355bef01a5.zip
add docstring
Diffstat (limited to 'tests/playwright/test_no_image_uploads.py')
-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