From ac72cb5c1d2ed90b55c0cdaa4abdcdd64244056b Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Wed, 5 Dec 2012 15:17:25 -0500 Subject: [PATCH] fix test_head.py to also mock linx_api_key --- modules/test/test_head.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/test/test_head.py b/modules/test/test_head.py index e0918a5..fdfe95c 100644 --- a/modules/test/test_head.py +++ b/modules/test/test_head.py @@ -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)