housekeep: TU rename - Misc

Fix some more test functions

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-09-11 19:12:10 +02:00
parent 6d92bdee8a
commit e2997bcd0b
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
7 changed files with 21 additions and 21 deletions

View file

@ -124,7 +124,7 @@ def pm_user():
pm_user = db.create(
User,
Username="test_pm",
Email="test_tu@example.org",
Email="test_pm@example.org",
RealName="Test PM",
Passwd="testPassword",
AccountType=pm_type,