mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
install: convert to common.get_config()
This commit is contained in:
parent
3a3417f6f8
commit
b77eba824b
2 changed files with 5 additions and 10 deletions
|
|
@ -196,7 +196,7 @@ class InstallTest(unittest.TestCase):
|
|||
download_fdroid_apk.side_effect = self._download_raise
|
||||
fdroidserver.common.config = {'jarsigner': 'fakepath'}
|
||||
install.install_fdroid_apk(privacy_mode=False)
|
||||
download_apk.assert_not_called()
|
||||
download_apk.assert_called_once()
|
||||
download_fdroid_apk.assert_called_once()
|
||||
|
||||
@patch('fdroidserver.install.download_apk')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue