Skip to content

Commit

Permalink
Fixed the setting imported by the encrypted fields tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanOC authored and trbs committed Jan 18, 2010
1 parent ec31d92 commit 3c31e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_extensions/tests/encrypted_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class EncryptedFieldsTestCase(unittest.TestCase):

def __init__(self, *args, **kwargs):
self.crypt = keyczar.Crypter.Read(settings.KEYS_DIR)
self.crypt = keyczar.Crypter.Read(settings.ENCRYPTED_FIELD_KEYS_DIR)

super(EncryptedFieldsTestCase, self).__init__(*args, **kwargs)

Expand Down

0 comments on commit 3c31e91

Please sign in to comment.