aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2013-09-20 15:24:39 +0300
committerPavlos Ratis <dastergon@gentoo.org>2013-09-20 15:24:39 +0300
commit63cb79135cdf9a36efd21bc6e2057e486427c52a (patch)
tree823050be885f872876a5df8d597e0b0e17209a30 /okupy/tests/integration/test_settings.py
parentMerge pull request #97 from dastergon/minor_fix_docs (diff)
downloadidentity.gentoo.org-63cb79135cdf9a36efd21bc6e2057e486427c52a.tar.gz
identity.gentoo.org-63cb79135cdf9a36efd21bc6e2057e486427c52a.tar.bz2
identity.gentoo.org-63cb79135cdf9a36efd21bc6e2057e486427c52a.zip
s/self.ldapobject/self.ldapobj/g
Diffstat (limited to 'okupy/tests/integration/test_settings.py')
-rw-r--r--okupy/tests/integration/test_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/okupy/tests/integration/test_settings.py b/okupy/tests/integration/test_settings.py
index 3779e51..12931ef 100644
--- a/okupy/tests/integration/test_settings.py
+++ b/okupy/tests/integration/test_settings.py
@@ -16,7 +16,7 @@ class SettingsIntegrationTests(TestCase):
def setUp(self):
self.client = Client()
self.mockldap.start()
- self.ldapobject = self.mockldap[settings.AUTH_LDAP_SERVER_URI]
+ self.ldapobj = self.mockldap[settings.AUTH_LDAP_SERVER_URI]
def tearDown(self):
self.mockldap.stop()