mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Update dataset's last modified date from column/metric update (#33626)
This commit is contained in:
@@ -95,7 +95,7 @@ def test_update_dataset_forbidden(mocker: MockerFixture) -> None:
|
||||
),
|
||||
],
|
||||
)
|
||||
def test_update_validation_errors(
|
||||
def test_update_dataset_validation_errors(
|
||||
payload: dict[str, Any],
|
||||
exception: Exception,
|
||||
error_msg: str,
|
||||
|
||||
Reference in New Issue
Block a user