mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(FastAPI): add /pkgbase/{name}/[un]flag (post)
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
55ebfa0d01
commit
8eadb4251d
3 changed files with 63 additions and 1 deletions
|
@ -166,7 +166,6 @@ def test_user_minimum_passwd_length():
|
|||
|
||||
|
||||
def test_user_has_credential():
|
||||
assert user.has_credential("CRED_PKGBASE_FLAG")
|
||||
assert not user.has_credential("CRED_ACCOUNT_CHANGE_TYPE")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue