Merge "Tests: fix a typo"

This commit is contained in:
Jenkins 2016-10-11 07:38:43 +00:00 committed by Gerrit Code Review
commit 3d7ff766a7
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ class EngineFacadeFixture(fixtures.Fixture):
through it. This means that the initialization of sqlite in
databases in our Database fixture will drive all connections to
sqlite. While that's fine in a production environment, during
testing this means we can't test againts multiple backends in the
testing this means we can't test against multiple backends in the
same test run.
oslo.db does not yet support a reset mechanism here. This builds a