Remove test that breaks MySQL full DB tests
This commit is contained in:
parent
2495091a53
commit
4e09fff181
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ from test.fixtures import *
|
|||
({'DB_URI': 'sqlite:///:memory:'}, None, None, None),
|
||||
({'DB_URI': 'invalid:///:memory:'}, None, None, KeyError),
|
||||
({'DB_NOTURI': 'sqlite:///:memory:'}, None, None, KeyError),
|
||||
({'DB_URI': 'mysql:///someinvalid'}, None, None, ConfigValidationException),
|
||||
])
|
||||
def test_validate_database(unvalidated_config, user, user_password, expected, app):
|
||||
validator = DatabaseValidator()
|
||||
|
|
Reference in a new issue