This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository python-efl.

View the commit online.

commit 88ac1e8d09e6831a6e79defeeaa0682de91c6a63
Author: Dave Andreoli <[email protected]>
AuthorDate: Sat Aug 30 12:33:58 2025 +0200

    Fix a missing url in tests
---
 tests/ecore/test_09_file_download.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ecore/test_09_file_download.py b/tests/ecore/test_09_file_download.py
index 8da0423..0c5bd4a 100644
--- a/tests/ecore/test_09_file_download.py
+++ b/tests/ecore/test_09_file_download.py
@@ -7,7 +7,7 @@ import logging
 from efl import ecore
 
 
-URL = ""
+URL = ""
 DST = "/tmp/ecore_dwnl_test.html"
 
 class TestFileDownload(unittest.TestCase):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to