diff --git a/ui/litellm-dashboard/src/components/Settings/AdminSettings/SSOSettings/SSOSettingsLoadingSkeleton.test.tsx b/ui/litellm-dashboard/src/components/Settings/AdminSettings/SSOSettings/SSOSettingsLoadingSkeleton.test.tsx
index fd4fde69588..580f9932bde 100644
--- a/ui/litellm-dashboard/src/components/Settings/AdminSettings/SSOSettings/SSOSettingsLoadingSkeleton.test.tsx
+++ b/ui/litellm-dashboard/src/components/Settings/AdminSettings/SSOSettings/SSOSettingsLoadingSkeleton.test.tsx
@@ -1,70 +1,10 @@
import { render, screen } from "@testing-library/react";
-import { describe, it, expect, vi } from "vitest";
+import { describe, it, expect } from "vitest";
import SSOSettingsLoadingSkeleton from "./SSOSettingsLoadingSkeleton";
-// Mock lucide-react icons
-vi.mock("lucide-react", () => ({
- Shield: ({ className }: any) =>
,
-}));
-
-// Mock Ant Design components
-vi.mock("antd", () => ({
- Card: ({ children, ...props }: any) => (
-
- {children}
-
- ),
- Descriptions: Object.assign(
- ({ children, bordered, column, ...props }: any) => (
-
- {children}
-
- ),
- {
- Item: ({ children, label, ...props }: any) => (
-
- ),
- },
- ),
- Typography: {
- Title: ({ children, level, ...props }: any) => (
-
- {children}
-
- ),
- Text: ({ children, type, ...props }: any) => (
-
- {children}
-
- ),
- },
- Space: ({ children, direction, size, className, ...props }: any) => (
-
- {children}
-
- ),
- Skeleton: {
- Button: ({ active, size, style, ...props }: any) => (
-
- Button Skeleton
-
- ),
- Node: ({ active, style, ...props }: any) => (
-
- Node Skeleton
-
- ),
- },
-}));
+// Shadcn Skeleton is a .
+// Shadcn Card is a
with a "rounded-lg border bg-card" class.
+// The lucide Shield icon renders an