Skip to content

Commit

Permalink
GTC-2618 Update tests_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
manukala6 committed Jun 27, 2024
1 parent b414ea1 commit 5013b66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests_v2/unit/app/routes/datasets/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ async def test_append_version_bare_minimum(
monkeypatch.setattr(batch, "submit_batch_job", batch_job_mock.submit_batch_job)
monkeypatch.setattr(versions, "_verify_source_file_access", void_function)

payload = {"source_uri": ["s3://some_bucket/test.shp.zip"]}
payload = {
"source_driver": "ESRI Shapefile",
"source_uri": ["s3://some_bucket/test.shp.zip"]
}

resp = await async_client.post(
f"/dataset/{dataset_name}/{version_name}/append", json=payload
Expand Down

0 comments on commit 5013b66

Please sign in to comment.