Skip to content

Commit

Permalink
edit space linting
Browse files Browse the repository at this point in the history
Signed-off-by: rsuplina <[email protected]>
  • Loading branch information
rsuplina committed Nov 22, 2024
1 parent fb93cff commit a8f054e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit/plugins/modules/user_info/test_user_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def conn():
"debug": "no",
}


def test_pytest_all_userss(module_args, conn):
conn.update()
module_args(conn)
Expand All @@ -58,6 +59,7 @@ def test_pytest_all_userss(module_args, conn):

LOG.info(str(e.value.user_info))


def test_user_get_single_user(module_args, conn):
conn.update(
account_name="admin18",
Expand All @@ -67,5 +69,4 @@ def test_user_get_single_user(module_args, conn):
with pytest.raises(AnsibleExitJson) as e:
user_info.main()

LOG.info(str(e.value.user_info_output))

LOG.info(str(e.value.user_info_output))

0 comments on commit a8f054e

Please sign in to comment.