Skip to content

Commit

Permalink
Revert to image/tiff mimetype
Browse files Browse the repository at this point in the history
Co-authored-by: DiamondJoseph <53935796+DiamondJoseph@users.noreply.github.com>
  • Loading branch information
genematx and DiamondJoseph authored Apr 2, 2024
1 parent b8cde24 commit 7a59ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_model/tests/test_run_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def test_run_router_streams(tmp_path):
)
docs.append(("start", start_doc))
stream_resource_doc, compose_stream_datum = compose_stream_resource(
mimetype="application/x-hdf5",
mimetype="image/tiff",
data_key="det1",
uri="file://" + str(tmp_path) + "/test_streams",
parameters={},
Expand Down

0 comments on commit 7a59ad7

Please sign in to comment.