We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d83d commit cbdbc45Copy full SHA for cbdbc45
tests/compas/test_iotools.py
@@ -10,7 +10,7 @@
10
BASE_FOLDER = os.path.dirname(__file__)
11
IMAGE_FILE_SIZE = 252391
12
TEXT_FILE_SIZE = 747
13
-REMOTE_IMAGE_FILE_SIZE = 2734
+REMOTE_IMAGE_FILE_SIZE = 6518
14
15
16
@pytest.fixture
@@ -30,7 +30,7 @@ def url_text():
30
31
32
def url_image():
33
- return "https://en.wikipedia.org/favicon.ico"
+ return "https://github.com/favicon.ico"
34
35
36
def test_open_file_path_binary(path_image):
0 commit comments