summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-11-08 23:54:03 +0000
committerGerrit Code Review <review@openstack.org>2021-11-08 23:54:03 +0000
commit0e0196d979cf1b8e63b9656358116a36f1f09ede (patch)
tree2f255c25fb6d085a0113cd548bbb6771cbb3660b /nova/tests/unit/objects
parentc62616963aeefa4e090fca8eca15417210b99215 (diff)
parentf3d48000b139ec38d92da276a43a8387f76cbc89 (diff)
downloadnova-0e0196d979cf1b8e63b9656358116a36f1f09ede.tar.gz
Merge "Add autopep8 to tox and pre-commit"
Diffstat (limited to 'nova/tests/unit/objects')
-rw-r--r--nova/tests/unit/objects/test_flavor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/unit/objects/test_flavor.py b/nova/tests/unit/objects/test_flavor.py
index cfed30ad8f..93294d95aa 100644
--- a/nova/tests/unit/objects/test_flavor.py
+++ b/nova/tests/unit/objects/test_flavor.py
@@ -540,6 +540,7 @@ class TestFlavorExtraSpecs(test.TestCase):
class TestFlavorFiltering(test.TestCase):
"""Test cases for the filter option available for FlavorList.get_all."""
+
def setUp(self):
super().setUp()
self.context = nova_context.get_admin_context()