Merge pull request #238 from coreos-inc/oopstestslogs

Oops, added logging.basicConfig to a test.
This commit is contained in:
Barak Michener 2015-07-14 17:57:23 -04:00
commit 7f8fdf5c14

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),