mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
style(ui): format add_agent_form test with prettier
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
433c804a6c
commit
322262db01
1 changed files with 6 additions and 4 deletions
|
|
@ -154,10 +154,12 @@ describe("AddAgentForm logos", () => {
|
|||
|
||||
it("includes selected access groups in the create payload", async () => {
|
||||
const user = userEvent.setup({ pointerEventsCheck: PointerEventsCheckLevel.Never });
|
||||
vi.mocked(networking.createAgentCall).mockReset().mockResolvedValue({
|
||||
agent_id: "agent-1",
|
||||
agent_name: "Test Agent",
|
||||
} as never);
|
||||
vi.mocked(networking.createAgentCall)
|
||||
.mockReset()
|
||||
.mockResolvedValue({
|
||||
agent_id: "agent-1",
|
||||
agent_name: "Test Agent",
|
||||
} as never);
|
||||
vi.mocked(networking.keyListCall).mockResolvedValue({ keys: [] });
|
||||
|
||||
renderForm();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue