mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
GPG: Fix test crash since 57b77a6725
.
This commit is contained in:
parent
1f57c31665
commit
a8748c3b73
@ -107,6 +107,7 @@ class GPGTestCase(PluginTestCase):
|
||||
token = match.group(1)
|
||||
|
||||
def fakeGetUrlFd(*args, **kwargs):
|
||||
fd.geturl = lambda :None
|
||||
return fd
|
||||
(utils.web.getUrlFd, realGetUrlFd) = (fakeGetUrlFd, utils.web.getUrlFd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user