Dependency inject service ID, so that it can be stamped on friends and
[hermes] / package / test / integration / test_twitter.py
index cb6f3e0..0872abb 100644 (file)
@@ -8,7 +8,7 @@ class IntegrationTestTwitterService(unittest.TestCase):
     
     def setUp(self):
         self.api = twitter.Api(username="maemohermes", password="Eha8ohr7Cu")
-        self.testee = Service(self.api)
+        self.testee = Service('twitter', self.api)
     
     
     def test_main_flow(self):