diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/playwright/conftest.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/playwright/conftest.py b/tests/playwright/conftest.py index 205626d..ce977b8 100644 --- a/tests/playwright/conftest.py +++ b/tests/playwright/conftest.py @@ -113,6 +113,7 @@ class Helper:          """          if user is None:              user = self.john_doe() +        config = Config.parse(self.app_settings)          with self.dbaccess:              user = self.dbaccess.merge(user)              track = actions.add_track(  | 
