Dependency inject service ID, so that it can be stamped on friends and
[hermes] / package / test / unit / test_linkedin.py
index 63b57f7..5f6f4c0 100644 (file)
@@ -33,7 +33,7 @@ class TestLinkedInService(unittest.TestCase):
     
     def setUp(self):
         self.linkedInApi = FakeLinkedInApi()
-        self.testee = Service(self.linkedInApi)
+        self.testee = Service('linkedin', self.linkedInApi)
 
 
     def test_that_process_contact_returns_None_for_unknown_contact(self):