mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - Misc
Fix some more test functions Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
d2d47254b4
commit
9e9ba15813
7 changed files with 21 additions and 21 deletions
|
@ -121,7 +121,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,
|
||||
|
@ -613,7 +613,7 @@ def test_package_authenticated_maintainer(
|
|||
assert unexpected_text not in resp.text
|
||||
|
||||
|
||||
def test_package_authenticated_tu(
|
||||
def test_package_authenticated_pm(
|
||||
client: TestClient, pm_user: User, package: Package, pkgreq: PackageRequest
|
||||
):
|
||||
cookies = {"AURSID": pm_user.login(Request(), "testPassword")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue