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
|
@ -81,7 +81,7 @@ def test_archdev_navbar_authenticated(client: TestClient, user: User):
|
|||
assert item.text.strip() == expected[i]
|
||||
|
||||
|
||||
def test_archdev_navbar_authenticated_tu(client: TestClient, package_maintainer: User):
|
||||
def test_archdev_navbar_authenticated_pm(client: TestClient, package_maintainer: User):
|
||||
expected = [
|
||||
"Dashboard",
|
||||
"Packages",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue