diff --git a/tempest/test.py b/tempest/test.py index 0e600413d4..df6b30d236 100644 --- a/tempest/test.py +++ b/tempest/test.py @@ -44,7 +44,7 @@ CONF = config.CONF def attr(**kwargs): - """A decorator which applies the testtools attr decorator + """A decorator which applies the testtools attr decorator This decorator applies the testtools.testcase.attr if it is in the list of attributes to testtools we want to apply.