mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed a typo in AnalyticsConfig.test.tsx file (#36439)
This commit is contained in:
parent
92dc6aed3f
commit
7538739881
@ -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…
Reference in New Issue
Block a user