diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/playwright/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/playwright/conftest.py b/tests/playwright/conftest.py index b17d457..aefe1ee 100644 --- a/tests/playwright/conftest.py +++ b/tests/playwright/conftest.py @@ -81,7 +81,7 @@ class Helper: user.set_password("password") self.dbaccess.add(user) self.dbaccess.commit() - self.dbaccess.refresh(user, ["id", "email"]) + self.dbaccess.refresh(user, ["id", "email", "password", "session_secret"]) self.dbaccess.expunge(user) self._johnny = user return user |