mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
linting
This commit is contained in:
parent
99b4fc9625
commit
6b416bcbbe
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ def test_authorize_code_id_token_flow(flask_client):
|
|||
def test_authorize_page_invalid_client_id(flask_client):
|
||||
"""make sure to redirect user to redirect_url?error=invalid_client_id"""
|
||||
user = login(flask_client)
|
||||
client = Client.create_new("test client", user.id)
|
||||
Client.create_new("test client", user.id)
|
||||
|
||||
db.session.commit()
|
||||
|
||||
|
|
Loading…
Reference in a new issue