diff --git a/nova/tests/unit/db/test_migrations.py b/nova/tests/unit/db/test_migrations.py index 8f9e0e23f404..e775a5259a7f 100644 --- a/nova/tests/unit/db/test_migrations.py +++ b/nova/tests/unit/db/test_migrations.py @@ -95,7 +95,7 @@ class NovaMigrationsCheckers(test_migrations.ModelsMigrationsSync, super(NovaMigrationsCheckers, self).setUp() # NOTE(rpodolyaka): we need to repeat the functionality of the base - # test case a bit here as this gets overriden by oslotest base test + # test case a bit here as this gets overridden by oslotest base test # case and nova base test case cleanup must be the last one (as it # deletes attributes of test case instances) self.useFixture(nova_fixtures.Timeout(