Skip to content

Commit

Permalink
fix import skip
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed May 17, 2024
1 parent d8a8940 commit ad48034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/client/test_media.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ def test_remote_media_thumbnail_normally_unblocked(self) -> None:


class UnstableURLPreviewTests(unittest.HomeserverTestCase):
servlets = [media.register_servlets]
if not lxml:
skip = "url preview feature requires lxml"

servlets = [media.register_servlets]
hijack_auth = True
user_id = "@test:user"
end_content = (
Expand Down

0 comments on commit ad48034

Please sign in to comment.