mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore(m365): align PIM stale alert check with project formatters and drop test __init__.py
Apply poetry's black to entra_service.py so the file matches the configuration CI's sdk-code-quality job uses. Also remove the redundant tests/__init__.py for this check; pytest discovers tests by path and the project convention is to keep test directories package-free.
This commit is contained in:
@@ -1092,9 +1092,7 @@ OAuthAppInfo
|
||||
"assigneeDisplayName", ""
|
||||
),
|
||||
assignee_id=incident.get("assigneeId", ""),
|
||||
role_display_name=incident.get(
|
||||
"roleDisplayName", ""
|
||||
),
|
||||
role_display_name=incident.get("roleDisplayName", ""),
|
||||
last_sign_in_date_time=incident.get(
|
||||
"lastSignInDateTime", ""
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user