Skip to content

Commit 5e52e0a

Browse files
authored
Use kernel.org link for lighttpd file test (#611)
1 parent eeea4bf commit 5e52e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,8 +1333,8 @@ def test_binaries(self, binary, package, version, are_in, not_in):
13331333
"1.6.36",
13341334
),
13351335
(
1336-
"https://kojipkgs.fedoraproject.org/packages/lighttpd/1.4.54/6.fc32/x86_64/",
1337-
"lighttpd-1.4.54-6.fc32.x86_64.rpm",
1336+
"https://mirrors.kernel.org/fedora/releases/31/Everything/x86_64/os/Packages/l/",
1337+
"lighttpd-1.4.54-2.fc31.x86_64.rpm",
13381338
"lighttpd",
13391339
"1.4.54",
13401340
),

0 commit comments

Comments
 (0)