api: enable v2 tests on SQLAlchemy & HBase
And there's a lot of tests no passing that I let commanted to someone can jump in and try to fix these drivers. Change-Id: Ic81d69735f5c7b227f62ff566e43552fa03ffc50
This commit is contained in:
@@ -61,6 +61,9 @@ class TestApp(base.TestCase):
|
||||
|
||||
class TestApiMiddleware(FunctionalTest):
|
||||
|
||||
# This doesn't really matter
|
||||
database_connection = 'mongodb://__test__'
|
||||
|
||||
def test_json_parsable_error_middleware_404(self):
|
||||
response = self.get_json('/invalid_path',
|
||||
expect_errors=True,
|
||||
|
||||
Reference in New Issue
Block a user