From 4001604e08596deaeffc028e4f5f52353b5d2fb6 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 8 Mar 2023 13:51:39 +0000 Subject: [PATCH] Fix lint --- zaza/openstack/charm_tests/tempest/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/openstack/charm_tests/tempest/tests.py b/zaza/openstack/charm_tests/tempest/tests.py index 71c280a..6e21a27 100644 --- a/zaza/openstack/charm_tests/tempest/tests.py +++ b/zaza/openstack/charm_tests/tempest/tests.py @@ -146,6 +146,7 @@ class TempestTestScaleK8SBase(TempestTestBase): @property def application_name(self): + """Name of application to scale.""" raise NotImplementedError() @property