fix: Update dataset's last modified date from column/metric update (#33626)

This commit is contained in:
Vitor Avila
2025-06-03 12:20:38 -03:00
committed by GitHub
parent fa0c5891bf
commit cacf1e06d6
6 changed files with 149 additions and 38 deletions

View File

@@ -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,