Skip to content

Commit

Permalink
test: fix pep8 complaint
Browse files Browse the repository at this point in the history
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>

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
  • Loading branch information
ikerexxe authored and alexey-tikhonov committed Dec 16, 2021
1 parent 3ef7952 commit 46843d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/multihost/admultidomain/test_multidomain.py
Expand Up @@ -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

0 comments on commit 46843d0

Please sign in to comment.