🏟️ fix ci

This commit is contained in:
Michael Pöhn 2024-04-09 14:53:00 +02:00
parent 45efb88f85
commit f2118b35a3
No known key found for this signature in database
GPG key ID: 725F386C05529A5A
2 changed files with 8 additions and 2 deletions

View file

@ -863,7 +863,7 @@ class AltstoreIndexTest(unittest.TestCase):
config = {
"repo_icon": "fake_repo_icon.png",
"repo_name": "fake_repo",
"repo_url": "gopher://fake-repo.com/fdroid/repo"
"repo_url": "gopher://fake-repo.com/fdroid/repo",
}
with tempfile.TemporaryDirectory() as tmpdir, TmpCwd(tmpdir):
@ -915,7 +915,7 @@ class AltstoreIndexTest(unittest.TestCase):
'name': 'fake_repo',
'news': [],
},
json.load(f)
json.load(f),
)