Skip to content

Commit

Permalink
GTC-2618 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Jun 5, 2024
1 parent 65c496c commit 0219171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/routes/datasets/test_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ async def test_invalid_source_uri(async_client: AsyncClient):

# Test appending to a version that DOESN'T exist
# Really this tests dataset_version_dependency, but that isn't done elsewhere yet
source_uri = f"s3://{BUCKET}/{GPKG_NAME}"
bad_version = "v1.42"
response = await async_client.post(
f"/dataset/{dataset}/{bad_version}/append", json={"source_uri": source_uri}
Expand Down

0 comments on commit 0219171

Please sign in to comment.