Skip to content

Commit

Permalink
Merge PR #199 from WayneLambert/sourcery/develop
Browse files Browse the repository at this point in the history
Updates Project Packages and Dependencies (Sourcery refactored)
  • Loading branch information
WayneLambert authored Dec 11, 2023
2 parents 9ac2dbc + a8c4063 commit e24bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aa_project/settings/pytest/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def salt(self):
return ""

def encode(self, password, salt):
return "dumb$$%s" % password
return f"dumb$${password}"

def verify(self, password, encoded):
algorithm, hash = encoded.split("$$", 1)
Expand Down

0 comments on commit e24bfa3

Please sign in to comment.