Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GigiusB committed Mar 15, 2024
1 parent d4f53d5 commit 8ff4378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ def fx(name):
errors = [err for err in site.get_errors() if err and 'favicon' not in err['message']]
assert len(errors) == 0, "\n".join(["{message}".format(**err) for err in errors])
return site
return fx
return fx

0 comments on commit 8ff4378

Please sign in to comment.