From e2635584a71669ce9ad151c59bf2e62bc03448b6 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 10 Oct 2016 00:45:11 -0700 Subject: [PATCH] Tests: fix a typo TrivialFix Change-Id: I83ea75257d5b900a37f024fe29427d33c4f2b17e --- nova/tests/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/tests/fixtures.py b/nova/tests/fixtures.py index bc196369f5..a3ff04ee09 100644 --- a/nova/tests/fixtures.py +++ b/nova/tests/fixtures.py @@ -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