fix test_head.py to also mock linx_api_key
parent
f8e2afbb9d
commit
ac72cb5c1d
|
@ -36,6 +36,7 @@ class TestHead(unittest.TestCase):
|
|||
|
||||
def test_snarfuri(self):
|
||||
self.phenny.config.prefix = '.'
|
||||
self.phenny.config.linx_api_key = ""
|
||||
input = Mock(group=lambda x=0: 'http://google.com',
|
||||
sender='#phenny')
|
||||
snarfuri(self.phenny, input)
|
||||
|
|
Loading…
Reference in New Issue