]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fixing E128 warning 46892/head
authorRedouane Kachach <rkachach@redhat.com>
Wed, 29 Jun 2022 15:03:10 +0000 (17:03 +0200)
committerRedouane Kachach <rkachach@redhat.com>
Wed, 29 Jun 2022 15:03:10 +0000 (17:03 +0200)
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
src/pybind/mgr/cephadm/tests/test_scheduling.py

index 52ca820450b114245ff9a6a0ac44a42e7c3ab2c9..2454dc0d1ad0b2ed746ee1a36c8d86ad44494943 100644 (file)
@@ -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()),