mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 23:05:05 +00:00
build(deps-dev): bump black from 22.12.0 to 24.1.1 (#3356)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
@@ -445,7 +445,9 @@ class Test_iam_inline_policy_no_administrative_privileges:
|
||||
iam_client = client("iam")
|
||||
# Create IAM User
|
||||
user_name = "test_user"
|
||||
user_arn = iam_client.create_user(UserName=user_name,)[
|
||||
user_arn = iam_client.create_user(
|
||||
UserName=user_name,
|
||||
)[
|
||||
"User"
|
||||
]["Arn"]
|
||||
|
||||
@@ -491,7 +493,9 @@ class Test_iam_inline_policy_no_administrative_privileges:
|
||||
iam_client = client("iam")
|
||||
# Create IAM User
|
||||
user_name = "test_user"
|
||||
user_arn = iam_client.create_user(UserName=user_name,)[
|
||||
user_arn = iam_client.create_user(
|
||||
UserName=user_name,
|
||||
)[
|
||||
"User"
|
||||
]["Arn"]
|
||||
|
||||
@@ -537,7 +541,9 @@ class Test_iam_inline_policy_no_administrative_privileges:
|
||||
iam_client = client("iam")
|
||||
# Create IAM User
|
||||
user_name = "test_user"
|
||||
user_arn = iam_client.create_user(UserName=user_name,)[
|
||||
user_arn = iam_client.create_user(
|
||||
UserName=user_name,
|
||||
)[
|
||||
"User"
|
||||
]["Arn"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user