fix: sparkle test

This commit is contained in:
Guizai 2022-02-21 12:19:56 +00:00 committed by GitHub
parent 96c2396c82
commit a9146d4821

View file

@ -8,5 +8,5 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_sparkle(get_version):
assert await get_version("example", {
"source": "sparkle",
"sparkle": "https://sparkle-project.org/files/sparkletestcast.xml",
}) == "2.0"
"sparkle": "https://raw.githubusercontent.com/sparkle-project/Sparkle/master/Tests/Resources/testlocalizedreleasenotesappcast.xml",
}) == "6.0"