Skip to content

Commit

Permalink
Fix uri->URI in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed May 20, 2024
1 parent 933e66a commit 0908290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crud/test_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0908290

Please sign in to comment.