Oops, added logging.basicConfig to a test.

This commit is contained in:
Jake Moshenko 2015-07-14 17:56:34 -04:00
parent 608853cb12
commit cb95a800e3

View file

@ -22,9 +22,6 @@ class TestSuperUserOps(unittest.TestCase):
finished_database_for_testing(self)
def test_superuser_matrix(self):
import logging
logging.basicConfig(level=logging.DEBUG)
test_cases = [
(self._su, {scopes.SUPERUSER}, True),
(self._su, {scopes.DIRECT_LOGIN}, True),