From a4f06fe95b7a8ba72283668995a8d338052cf52e Mon Sep 17 00:00:00 2001
From: Iker Pedrosa <ipedrosa@redhat.com>
Date: Wed, 15 Dec 2021 13:29:36 +0100
Subject: [PATCH] test: fix pep8 complaint

Fix pep8 complaint about over-indentation in test_multidomain.py file. I
guess this is only happening in RHEL8 and Debian because the tool was
forked to pycodestyle, only it is being updated and pycodestyle isn't
available for those distributions from the package manager.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
---
 src/tests/multihost/admultidomain/test_multidomain.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tests/multihost/admultidomain/test_multidomain.py b/src/tests/multihost/admultidomain/test_multidomain.py
index 497929bcad..5abe576dc6 100644
--- a/src/tests/multihost/admultidomain/test_multidomain.py
+++ b/src/tests/multihost/admultidomain/test_multidomain.py
@@ -166,9 +166,9 @@ def test_0002_bz2018432(multihost, adjoin):
         ad_count = len(multihost.ad)
 
         assert str(ad_domain) \
-               and str(ad_child_domain) \
-               and str(ad_child1_domain) \
-               and str(ad_tree_domain) \
-               in domain_list_cmd.stdout_text
+            and str(ad_child_domain) \
+            and str(ad_child1_domain) \
+            and str(ad_tree_domain) \
+            in domain_list_cmd.stdout_text
 
         assert (len(domain_list_cmd.stdout_text.split('\n'))-1) == ad_count
