mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
🏏 incorporate review feedback
This commit is contained in:
parent
a87284cf80
commit
aca98c1355
3 changed files with 52 additions and 31 deletions
|
|
@ -1211,7 +1211,6 @@ class DeployTest(unittest.TestCase):
|
|||
|
||||
|
||||
class GitHubReleasesTest(unittest.TestCase):
|
||||
|
||||
def test_find_release_infos(self):
|
||||
self.maxDiff = None
|
||||
|
||||
|
|
@ -1331,7 +1330,6 @@ class GitHubReleasesTest(unittest.TestCase):
|
|||
), unittest.mock.patch(
|
||||
"fdroidserver.deploy.upload_to_github_releases_repo", urr_mock
|
||||
), tempfile.TemporaryDirectory() as tmpdir:
|
||||
|
||||
with open(Path(tmpdir) / "index-v2.json", "w") as f:
|
||||
f.write("")
|
||||
|
||||
|
|
@ -1370,7 +1368,6 @@ class GitHubReleasesTest(unittest.TestCase):
|
|||
|
||||
|
||||
class Test_UploadToGithubReleasesRepo(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.repo_conf = {
|
||||
"repo": "example/app",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue