mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
test(v2 managed agents): drop unused monkeypatch fixture from same-name test
test_create_agent_same_name_different_user_returns_200 requested monkeypatch but only used app.dependency_overrides. Pyright flagged the parameter as unaccessed; remove it.
This commit is contained in:
parent
cd5febf03d
commit
3a38f8eddb
1 changed files with 1 additions and 3 deletions
|
|
@ -229,9 +229,7 @@ def test_create_agent_duplicate_name_same_user_returns_409(client_and_mocks):
|
|||
assert fake_table.create.await_count == 1
|
||||
|
||||
|
||||
def test_create_agent_same_name_different_user_returns_200(
|
||||
client_and_mocks, monkeypatch
|
||||
):
|
||||
def test_create_agent_same_name_different_user_returns_200(client_and_mocks):
|
||||
client, fake_table, _ = client_and_mocks
|
||||
|
||||
# First user creates "code-reviewer".
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue