From aedf904bbe58dd8a74cf616f4a6d37043079fc59 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Wed, 29 Jun 2022 17:03:10 +0200 Subject: [PATCH] mgr/cephadm: fixing E128 warning Signed-off-by: Redouane Kachach (cherry picked from commit e37924c623d797b3118ddd9a804818432a5704dd) --- src/pybind/mgr/cephadm/tests/test_scheduling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/tests/test_scheduling.py b/src/pybind/mgr/cephadm/tests/test_scheduling.py index 52ca820450b11..2454dc0d1ad0b 100644 --- a/src/pybind/mgr/cephadm/tests/test_scheduling.py +++ b/src/pybind/mgr/cephadm/tests/test_scheduling.py @@ -879,7 +879,7 @@ class NodeAssignmentTest5(NamedTuple): @pytest.mark.parametrize("service_type, placement, available_hosts, expected_candidates", - [ + [ # noqa: E128 NodeAssignmentTest5( 'alertmanager', PlacementSpec(hosts='host1 host2 host3 host4'.split()), -- 2.39.5