We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33285aa commit ca549f8Copy full SHA for ca549f8
oauth_meetup/tests.py
@@ -69,7 +69,7 @@ def test_oauth_login(self):
69
s.setup()
70
71
c = Client()
72
- response = c.get('/oauth/login?code=123abc')
+ response = c.get('/oauth/login?code=123abc', follow=True)
73
74
self.assertContains(response, "user_foo bar")
75
0 commit comments