Skip to content

Commit

Permalink
Revert "django 2.1 incompatibility"
Browse files Browse the repository at this point in the history
This reverts commit 7f3685c.
  • Loading branch information
rloomans committed Sep 7, 2018
1 parent c37b8cc commit 6c1687a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamtemp/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Meta(object):

id = FuzzyText(length=8, chars=utils.chars)
creator = factory.SubFactory(UserFactory)
password = make_password(None)
password = make_password('testing')


class TeamFactory(CleanModelFactory):
Expand Down

0 comments on commit 6c1687a

Please sign in to comment.