diff --git a/public/app/features/correlations/Forms/QueryEditorField.test.tsx b/public/app/features/correlations/Forms/QueryEditorField.test.tsx index 0b03be8f7bd..c908db83ed5 100644 --- a/public/app/features/correlations/Forms/QueryEditorField.test.tsx +++ b/public/app/features/correlations/Forms/QueryEditorField.test.tsx @@ -32,8 +32,6 @@ const renderWithContext = ( setDataSourceSrv(dsServer); render({children}); - - return dsServer.get; }; const initiateDsApi = () => {