mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
style(team): wrap the roster audit helper comprehensions at 120 columns
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
209eba6718
commit
c4272d894f
1 changed files with 3 additions and 1 deletions
|
|
@ -13611,7 +13611,9 @@ async def test_delete_team_emits_only_the_deleted_audit_event(monkeypatch):
|
|||
)
|
||||
await _settle_audit_log_tasks()
|
||||
|
||||
team_events = [(p["object_id"], p["action"]) for p in audit_logger.payloads if p["table_name"] == "LiteLLM_TeamTable"]
|
||||
team_events = [
|
||||
(p["object_id"], p["action"]) for p in audit_logger.payloads if p["table_name"] == "LiteLLM_TeamTable"
|
||||
]
|
||||
assert team_events == [("team-gone", "deleted")]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue