Skip to content

Commit ca549f8

Browse files
committed
Fix failing unit test
1 parent 33285aa commit ca549f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth_meetup/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_oauth_login(self):
6969
s.setup()
7070

7171
c = Client()
72-
response = c.get('/oauth/login?code=123abc')
72+
response = c.get('/oauth/login?code=123abc', follow=True)
7373

7474
self.assertContains(response, "user_foo bar")
7575

0 commit comments

Comments
 (0)