Skip to content

Commit

Permalink
Add localhost to uri
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Allan <daniel.b.allan@gmail.com>
  • Loading branch information
genematx and danielballan authored Apr 2, 2024
1 parent 8956fd2 commit 81ace7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_model/tests/test_em.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_compose_stream_resource(tmp_path):
assert bundle.compose_stream_resource is compose_stream_resource
bundle = compose_stream_resource(
mimetype="image/tiff",
uri="file://" + str(tmp_path) + "/test_streams",
uri="file://localhost" + str(tmp_path) + "/test_streams",
data_key="det1",
parameters={},
)
Expand Down

0 comments on commit 81ace7e

Please sign in to comment.