Skip to content

Commit a5b980b

Browse files
Nathanaël Renaud0xNath
authored andcommitted
Fix decorator for form test
1 parent 07752a1 commit a5b980b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_onlyoffice_standard_images_extraction():
244244
assert image_similarity(reader.pages[0].images[2].image, P3_X1) >= 0.99
245245

246246

247-
@pytest.mark.samples()
247+
@pytest.mark.enable_socket()
248248
def test_onlyoffice_form_images_extraction():
249249
reader = PdfReader(BytesIO(get_data_from_url(name="iss2613-onlyoffice-form.pdf")))
250250

0 commit comments

Comments
 (0)