From 23cc3e2a9aedd8f85cb5bb796d3ae10497177384 Mon Sep 17 00:00:00 2001 From: David Ames Date: Thu, 27 Feb 2020 16:18:19 +0000 Subject: [PATCH] Lint fix --- zaza/openstack/charm_tests/mysql/tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index f337777..a800712 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -559,8 +559,9 @@ class MySQL8MigrationTests(MySQLBaseTest): @classmethod def setUpClass(cls): """Run class setup for running migration tests.""" - # Having application_name set avoids breakage in the OpenStackBaseTest class - # when running bundle tests without charm_name specified + # Having application_name set avoids breakage in the + # OpenStackBaseTest class when running bundle tests without + # charm_name specified super().setUpClass(application_name="mysql-innodb-cluster") def test_999_migrate_percona_to_mysql(self):