mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore: Moves ChartIcon to own folder (#13454)
This commit is contained in:
committed by
GitHub
parent
0b213bf484
commit
d0714a0972
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user