mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-16 02:23:10 +00:00
Fix tests?
This commit is contained in:
parent
8b6cb66146
commit
163ff725f8
2 changed files with 4 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install OS dependencies
|
||||
run: |
|
||||
sudo apt install -y clamav-daemon geoip-database libgeoip-dev
|
||||
sudo apt install -y clamav-daemon geoip-database libgeoip-dev gettext
|
||||
|
||||
- name: Download the ClamAV signature database
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ class TestClamav(unittest.TestCase):
|
|||
[
|
||||
"stream: Clamav.Test.File-6(aa15bcf478d165efd2065190eb473bcb:544) FOUND\n"
|
||||
],
|
||||
[
|
||||
"stream: Clamav.Test.File-6(2d1206194bd704385e37000be6113f73:781) FOUND\n"
|
||||
],
|
||||
)
|
||||
self.assertIn(infected, acceptable_responses)
|
||||
self.assertFalse(errors)
|
||||
|
|
|
|||
Loading…
Reference in a new issue