mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
style(ui): format SCIM test with prettier
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
099e1b77c3
commit
e9cf591352
1 changed files with 3 additions and 1 deletions
|
|
@ -181,7 +181,9 @@ describe("SCIMConfig", () => {
|
|||
await user.click(screen.getByRole("button", { name: /save mappings/i }));
|
||||
|
||||
await waitFor(() => {
|
||||
expect(toast.fromError).toHaveBeenCalledWith("Each mapping needs both a group name pattern and an organization ID");
|
||||
expect(toast.fromError).toHaveBeenCalledWith(
|
||||
"Each mapping needs both a group name pattern and an organization ID",
|
||||
);
|
||||
});
|
||||
expect(updateScimSettings).not.toHaveBeenCalled();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue