Bump superset-ui-connection to 0.12.22 (#9602)

This commit is contained in:
Erik Ritter
2020-04-21 11:36:01 -07:00
committed by GitHub
parent 2b957a2c1e
commit ba691d3a27
5 changed files with 78 additions and 57 deletions

View File

@@ -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);