Skip to content

Commit

Permalink
Add linter spaces
Browse files Browse the repository at this point in the history
Signed-off-by: rsuplina <rsuplina@cloudera.com>
  • Loading branch information
rsuplina committed Sep 6, 2024
1 parent dd29fbc commit 07511d8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
setup_module_args,
)


def test_get_single_role_details():
setup_module_args({"name": "crn:iam:us-west-1:role:ClassicClustersCreator"})

with pytest.raises(AnsibleExitJson) as e:
iam_role_info.main()


def test_get_multiple_role_details():

setup_module_args(
Expand All @@ -44,6 +46,7 @@ def test_get_multiple_role_details():
with pytest.raises(AnsibleExitJson) as e:
iam_role_info.main()


def test_get_all_role_details():
setup_module_args({})

Expand Down

0 comments on commit 07511d8

Please # to comment.