diff --git a/tests/test_sparkle.py b/tests/test_sparkle.py index 368d9c6..38d1071 100644 --- a/tests/test_sparkle.py +++ b/tests/test_sparkle.py @@ -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"