Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeaty-cisco committed Oct 30, 2024
1 parent d17d103 commit 9de85a5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions tests/ut/test_data_subnets.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@ def test_subnet_count(
assert len(sgr["UserIdGroupPairs"]) == 2
# Expect two different groups, one in bastion security group and the
# other in its own security group.
assert (
{
sgr["UserIdGroupPairs"][0]["GroupId"],
sgr["UserIdGroupPairs"][1]["GroupId"],
} == {
outputs.security_group_id,
outputs.bastion_security_group_id,
}
)
assert {
sgr["UserIdGroupPairs"][0]["GroupId"],
sgr["UserIdGroupPairs"][1]["GroupId"],
} == {
outputs.security_group_id,
outputs.bastion_security_group_id,
}

0 comments on commit 9de85a5

Please sign in to comment.