Skip to content

Commit

Permalink
Use realistic mimetype in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 27, 2024
1 parent b7c9acf commit 1636383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/_tests/test_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ async def test_constraints_on_parameter_and_num(a, assets):
data_sources=[
DataSource(
structure_family=arr_adapter.structure_family,
mimetype="application/x-test",
mimetype="text/csv",
structure=asdict(arr_adapter.structure()),
parameters={},
management=Management.external,
Expand Down

0 comments on commit 1636383

Please sign in to comment.