fix indentation of WarningsFixture use

This patch fixes the improper indentation when using the WarningsFixture
that was introduced in https://review.opendev.org/#/c/651370/

Change-Id: I518a592f45e1ebcbf88b4569a1abefc423d35c97
This commit is contained in:
Boden R 2019-07-25 07:50:11 -06:00
parent 6d9283c1bc
commit cbe1adaee3
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class DietTestCase(base.BaseTestCase):
debugger))
# Make sure we see all relevant deprecation warnings when running tests
self.useFixture(fixture.WarningsFixture(module_re=['^neutron\\.']))
self.useFixture(fixture.WarningsFixture(module_re=['^neutron\\.']))
self.useFixture(fixture.DBQueryHooksFixture())