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}