aboutsummaryrefslogtreecommitdiff
path: root/tests/playwright/conftest.py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-02-08 23:51:46 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-02-08 23:51:46 +0100
commitdb470d5f6f9c543a105ef34553beaa74870c3fa8 (patch)
treead8d0283faa85ff3e613ba931ce82229621ca2b3 /tests/playwright/conftest.py
parent94f2f0758a79f797233cfd7e7db241e3eca2e700 (diff)
downloadfietsboek-db470d5f6f9c543a105ef34553beaa74870c3fa8.tar.gz
fietsboek-db470d5f6f9c543a105ef34553beaa74870c3fa8.tar.bz2
fietsboek-db470d5f6f9c543a105ef34553beaa74870c3fa8.zip
fix transformer handling when uploading a file
Diffstat (limited to 'tests/playwright/conftest.py')
-rw-r--r--tests/playwright/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/playwright/conftest.py b/tests/playwright/conftest.py
index 18b7ad0..f57aca7 100644
--- a/tests/playwright/conftest.py
+++ b/tests/playwright/conftest.py
@@ -126,6 +126,7 @@ class Helper:
tags=[],
badges=[],
tagged_people=[],
+ transformers=[],
gpx_data=load_gpx_asset(track_name),
)
self.dbaccess.commit()