1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix copy-paste error

This commit is contained in:
Benedikt Brückmann 2021-02-08 11:56:41 +01:00
parent 23931e6818
commit 9c609aa361

View File

@ -380,7 +380,7 @@ class IndexTest(unittest.TestCase):
try:
from html5print import CSSBeautifier, HTMLBeautifier
except ImportError:
print('WARNING: skipping rest of test since androguard is missing!')
print('WARNING: skipping rest of test since html5print is missing!')
return
with open(os.path.join("repo", "index.html")) as f: