From e6fb423d6b6f37d45826537d357385b2df6b51f7 Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Wed, 19 Nov 2025 20:10:25 -0500 Subject: [PATCH] fix: Correct render function call in ProxyHostForm test --- frontend/src/components/__tests__/ProxyHostForm.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/__tests__/ProxyHostForm.test.tsx b/frontend/src/components/__tests__/ProxyHostForm.test.tsx index 6961ad15..b8dfacbd 100644 --- a/frontend/src/components/__tests__/ProxyHostForm.test.tsx +++ b/frontend/src/components/__tests__/ProxyHostForm.test.tsx @@ -20,7 +20,7 @@ const queryClient = new QueryClient({ }) const renderWithClient = (ui: React.ReactElement) => { - return renderWithClient( + return render( {ui}