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 f0677d2 commit 2ca8114
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 @@ -218,7 +218,7 @@ def test_run_router_streams(tmp_path):
stream_resource_doc, compose_stream_datum = compose_stream_resource(
mimetype="image/tiff",
data_key="det1",
uri="file://" + str(tmp_path) + "/test_streams",
uri="file://localhost" + str(tmp_path) + "/test_streams",
parameters={},
)
docs.append(("stream_resource", stream_resource_doc))
Expand Down

0 comments on commit 2ca8114

Please sign in to comment.