mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-11 01:40:11 +01:00
style: fix lint
This commit is contained in:
parent
12c1cde4f9
commit
15c8926e75
@ -622,9 +622,9 @@ class BuildTest(unittest.TestCase):
|
||||
with open(metadata_file) as fp:
|
||||
app = fdroidserver.metadata.App(yaml.safe_load(fp))
|
||||
app['RepoType'] = 'git'
|
||||
app[
|
||||
'Binaries'
|
||||
] = 'https://example.com/fdroid/repo/info.guardianproject.checkey_%v.apk'
|
||||
app['Binaries'] = (
|
||||
'https://example.com/fdroid/repo/info.guardianproject.checkey_%v.apk'
|
||||
)
|
||||
build = fdroidserver.metadata.Build(
|
||||
{
|
||||
'versionCode': 123,
|
||||
@ -712,9 +712,9 @@ class BuildTest(unittest.TestCase):
|
||||
with open(metadata_file) as fp:
|
||||
app = fdroidserver.metadata.App(yaml.safe_load(fp))
|
||||
app['RepoType'] = 'git'
|
||||
app[
|
||||
'Binaries'
|
||||
] = 'https://example.com/fdroid/repo/info.guardianproject.checkey_%v.apk'
|
||||
app['Binaries'] = (
|
||||
'https://example.com/fdroid/repo/info.guardianproject.checkey_%v.apk'
|
||||
)
|
||||
build = fdroidserver.metadata.Build(
|
||||
{
|
||||
'versionCode': 123,
|
||||
|
Loading…
Reference in New Issue
Block a user