Fixed a typo in AnalyticsConfig.test.tsx file (#36439)

pull/36517/head
Michael Alex 4 years ago committed by GitHub
parent 92dc6aed3f
commit 7538739881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/grafana-azure-monitor-datasource/components/AnalyticsConfig.test.tsx

@ -104,7 +104,7 @@ describe('Render', () => {
expect(screen.queryByText('is no longer supported', { exact: false })).toBeInTheDocument();
});
it('should clean up the error when reseting the credentials', async () => {
it('should clean up the error when resetting the credentials', async () => {
const onUpdate = jest.fn();
setup((props) => ({
...props,

Loading…
Cancel
Save