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:
yassin 2026-08-27 01:39:19 +00:00
parent 099e1b77c3
commit e9cf591352

View file

@ -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();
});