mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Bump superset-ui-connection to 0.12.22 (#9602)
This commit is contained in:
@@ -132,7 +132,8 @@ describe('ShareSqlLabQuery via /kv/store', () => {
|
||||
.instance()
|
||||
.getCopyUrl()
|
||||
.then(() => {
|
||||
expect(fetchMock.calls(storeQueryUrl)).toHaveLength(1);
|
||||
// Fails then retries thrice
|
||||
expect(fetchMock.calls(storeQueryUrl)).toHaveLength(4);
|
||||
expect(addDangerToastSpy.mock.calls).toHaveLength(1);
|
||||
expect(addDangerToastSpy.mock.calls[0][0]).toBe(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user