Merge pull request #238 from coreos-inc/oopstestslogs
Oops, added logging.basicConfig to a test.
This commit is contained in:
commit
7f8fdf5c14
1 changed files with 0 additions and 3 deletions
|
@ -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),
|
||||
|
|
Reference in a new issue