Merge pull request #176 from aminvakil/master

Correct package name in httpheader test
This commit is contained in:
依云 2021-01-29 16:58:47 +08:00 committed by GitHub
commit d2a5a1bf79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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