chore: Moves ChartIcon to own folder (#13454)

This commit is contained in:
Michael S. Molina 2021-03-06 02:23:03 -03:00 committed by GitHub
parent 0b213bf484
commit d0714a0972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ describe('ChangeDatasourceModal', () => {
});
it('fetches datasources', async () => {
expect(fetchMock.calls(/api\/v1\/dataset/)).toHaveLength(3);
expect(fetchMock.calls(/api\/v1\/dataset\/\\?q*/)).toHaveLength(3);
});
it('renders confirmation message', async () => {