mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
test_ldap: Fix spelling of tearDown method.
This commit is contained in:
@@ -1163,7 +1163,7 @@ class TestLDAP(ZulipTestCase):
|
||||
self.mock_initialize.return_value = self.mock_ldap
|
||||
self.backend = ZulipLDAPAuthBackend()
|
||||
|
||||
def tearUp(self):
|
||||
def tearDown(self):
|
||||
# type: () -> None
|
||||
self.mock_ldap.reset()
|
||||
self.mock_initialize.stop()
|
||||
|
||||
Reference in New Issue
Block a user