mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
linting
This commit is contained in:
parent
0f48121fd5
commit
f360488eca
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
|||
import json
|
||||
|
||||
from app.models import CustomDomain, AliasGeneratorEnum, SenderFormatEnum
|
||||
from tests.utils import login, pretty
|
||||
from tests.utils import login
|
||||
|
||||
|
||||
def test_get_setting(flask_client):
|
||||
user = login(flask_client)
|
||||
login(flask_client)
|
||||
|
||||
r = flask_client.get("/api/setting")
|
||||
assert r.status_code == 200
|
||||
|
|
Loading…
Reference in a new issue