diff options
Diffstat (limited to 'ishtar_common/tests.py')
| -rw-r--r-- | ishtar_common/tests.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index e3958814c..eca722670 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -84,7 +84,7 @@ def create_superuser():  def create_user():      username = 'username678' -    password = 'dcbqj756456!@%' +    password = 'dcbqj756aaa456!@%'      q = User.objects.filter(username=username)      if q.count():          return username, password, q.all()[0] | 
