Correct package name in httpheader test

This commit is contained in:
Amin Vakil 2021-01-29 12:18:00 +03:30
parent 29f2bad400
commit d2130b64c6
No known key found for this signature in database
GPG Key ID: AE2ED731CF227C72
1 changed files with 1 additions and 1 deletions

View File

@ -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',