diff --git a/tests/test_sparkle.py b/tests/test_sparkle.py index 38d1071..88446a8 100644 --- a/tests/test_sparkle.py +++ b/tests/test_sparkle.py @@ -6,7 +6,11 @@ import pytest pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_sparkle(get_version): - assert await get_version("example", { - "source": "sparkle", - "sparkle": "https://raw.githubusercontent.com/sparkle-project/Sparkle/master/Tests/Resources/testlocalizedreleasenotesappcast.xml", - }) == "6.0" + assert await get_version('example', { + 'source': 'sparkle', + 'sparkle': ( + 'https://raw.githubusercontent.com/sparkle-project/Sparkle/' + 'f453625573fc9a251760b65c74df59023b1471c1/Tests/Resources/' + 'testlocalizedreleasenotesappcast.xml' + ), + }) == '6.0'