mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-09-06 08:49:57 +00:00
port part of settings to database (#54)
This commit is contained in:
@ -61,13 +61,6 @@ def test_get_self(client: Client) -> None:
|
||||
assert client.get_self().status == BuildStatusEnum.Unknown
|
||||
|
||||
|
||||
def test_reload_auth(client: Client) -> None:
|
||||
"""
|
||||
must process auth reload without errors
|
||||
"""
|
||||
client.reload_auth()
|
||||
|
||||
|
||||
def test_remove(client: Client, package_ahriman: Package) -> None:
|
||||
"""
|
||||
must process remove without errors
|
||||
|
Reference in New Issue
Block a user