Skip to content

Commit cbdbc45

Browse files
committed
cannot get the wiki icon anymore without user agent
1 parent d03d83d commit cbdbc45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compas/test_iotools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
BASE_FOLDER = os.path.dirname(__file__)
1111
IMAGE_FILE_SIZE = 252391
1212
TEXT_FILE_SIZE = 747
13-
REMOTE_IMAGE_FILE_SIZE = 2734
13+
REMOTE_IMAGE_FILE_SIZE = 6518
1414

1515

1616
@pytest.fixture
@@ -30,7 +30,7 @@ def url_text():
3030

3131
@pytest.fixture
3232
def url_image():
33-
return "https://en.wikipedia.org/favicon.ico"
33+
return "https://github.com/favicon.ico"
3434

3535

3636
def test_open_file_path_binary(path_image):

0 commit comments

Comments
 (0)