aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_http_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/tests/test_http_callback.py')
-rw-r--r--mediagoblin/tests/test_http_callback.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_http_callback.py b/mediagoblin/tests/test_http_callback.py
index 8bee7045..f7249229 100644
--- a/mediagoblin/tests/test_http_callback.py
+++ b/mediagoblin/tests/test_http_callback.py
@@ -26,7 +26,7 @@ from mediagoblin.tests import test_oauth as oauth
class TestHTTPCallback(object):
- def setUp(self):
+ def setup(self):
self.app = get_app(dump_old_app=False)
self.db = mg_globals.database
@@ -54,7 +54,7 @@ class TestHTTPCallback(object):
''' Test processing HTTP callback '''
self.oauth = oauth.TestOAuth()
- self.oauth.setUp()
+ self.oauth.setup()
redirect, client_id = self.oauth.test_4_authorize_confidential_client()