diff --git a/tests/crud/test_assets.py b/tests/crud/test_assets.py index a9a5c4ad8..531e48d8f 100644 --- a/tests/crud/test_assets.py +++ b/tests/crud/test_assets.py @@ -99,7 +99,7 @@ async def test_assets(): assert result == ( "Cannot create asset of type Database table. " - "Asset uri must be unique. An asset with uri s3://path/to/file already exists" + "Asset URI must be unique. An asset with URI s3://path/to/file already exists" ) # There should be an entry now