This pull request extends the existing tests for the create_url endpoint to ensure it handles all supported file types correctly. The following improvements have been made:
Added parametrized tests to validate the creation and deletion of URL resources for the following file types: stream, CSV, TXT, JSON, and NetCDF.
Confirmed that each resource type is created successfully and can be deleted without errors.
Ensured that the associated organization is also deleted after the resource is removed.
This pull request extends the existing tests for the
create_url
endpoint to ensure it handles all supported file types correctly. The following improvements have been made:stream
,CSV
,TXT
,JSON
, andNetCDF
.