mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: loading examples from raw.githubusercontent.com fails with 429 errors (#33354)
(cherry picked from commit f045a73e2d)
This commit is contained in:
committed by
Michael S. Molina
parent
8ffcd7e960
commit
602208d68a
@@ -571,7 +571,6 @@ def test_update_broken_connection(mocker: MockerFixture) -> None:
|
||||
database_dao = mocker.patch("superset.commands.database.update.DatabaseDAO")
|
||||
database_dao.find_by_id.return_value = database
|
||||
database_dao.update.return_value = new_db
|
||||
mocker.patch("superset.commands.database.update.SyncPermissionsCommand")
|
||||
|
||||
update_catalog_attribute = mocker.patch.object(
|
||||
UpdateDatabaseCommand,
|
||||
|
||||
Reference in New Issue
Block a user