Skip to content

Commit

Permalink
'Refactored by Sourcery' (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: Sourcery AI <>
  • Loading branch information
sourcery-ai[bot] authored Oct 10, 2021
1 parent c3e3d66 commit d50bfda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,7 @@ def recover_client_password(


def upload_avatar(client: FlaskClient, avatar: FileStorage):
return client.post(
f'/avatar', data={'avatar': avatar}, follow_redirects=True,
)
return client.post('/avatar', data={'avatar': avatar}, follow_redirects=True)


def create_user(
Expand Down

0 comments on commit d50bfda

Please sign in to comment.