Skip to content

Commit

Permalink
Re-enable all input types for test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogabrielsson committed Nov 20, 2024
1 parent 02e2849 commit ee773da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_wsidicom_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"input_type",
[
WsiInputType.FILE,
# WsiInputType.STREAM,
# WsiInputType.WEB,
WsiInputType.STREAM,
WsiInputType.WEB,
],
)
class TestWsiDicomIntegration:
Expand Down

0 comments on commit ee773da

Please sign in to comment.