tests: Correct typo

s/nova/cinder/

Change-Id: I21d8c52730b07bf334baa3dfba8de39680495490
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2022-03-10 16:20:36 +00:00
parent c4e9c4d055
commit f8bc4abee0
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class WarningsFixture(fixtures.Fixture):
# TODO: Make this an error and filter out individual failures
warnings.filterwarnings(
'once',
module='nova',
module='cinder',
category=sqla_exc.SADeprecationWarning,
)