diff --git a/buzz_gae_client_tests.py b/buzz_gae_client_tests.py index c318d95..487f57f 100644 --- a/buzz_gae_client_tests.py +++ b/buzz_gae_client_tests.py @@ -53,7 +53,7 @@ class BuzzGaeClientTest(unittest.TestCase): self.assertEquals(consumer_secret, usable_token['consumer_secret']) self.assertTrue(usable_token['access_token'] is not None) - def test_can_build_apiary_client_with_access_token(self): + def test_can_build_apiclient_with_access_token(self): client = buzz_gae_client.BuzzGaeClient() oauth_parameters = {} oauth_parameters['oauth_token'] = '' @@ -71,4 +71,4 @@ class BuzzGaeClientTest(unittest.TestCase): self.assertEquals(count, len(activities)) if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main() diff --git a/samples/api-python-client-doc/main.py b/samples/api-python-client-doc/main.py index b92b18d..366f4b0 100755 --- a/samples/api-python-client-doc/main.py +++ b/samples/api-python-client-doc/main.py @@ -68,7 +68,7 @@ class MainHandler(webapp.RequestHandler):