mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Correct package name in httpheader test
This commit is contained in:
parent
29f2bad400
commit
d2130b64c6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import pytest
|
|||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
async def test_redirection(get_version):
|
||||
assert await get_version("jmeter-plugins-manager", {
|
||||
assert await get_version("unifiedremote", {
|
||||
"source": "httpheader",
|
||||
"url": "https://www.unifiedremote.com/download/linux-x64-deb",
|
||||
"regex": r'urserver-([\d.]+).deb',
|
||||
|
|
Loading…
Add table
Reference in a new issue