diff options
| author | Tom Christie | 2014-12-12 15:37:43 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-12 15:37:43 +0000 | 
| commit | baaa356489dd51d7c68161db40e99cd59b1124c3 (patch) | |
| tree | 23dc5c4cbe1065580ff88ddd1bfa6dcda956ac68 /tests/test_authentication.py | |
| parent | 5e6052811716a494e995a84c497579867ee6acaa (diff) | |
| parent | fd473aa905337908b41c9a1087967a19f0558f89 (diff) | |
| download | django-rest-framework-baaa356489dd51d7c68161db40e99cd59b1124c3.tar.bz2 | |
Merge master
Diffstat (limited to 'tests/test_authentication.py')
| -rw-r--r-- | tests/test_authentication.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_authentication.py b/tests/test_authentication.py index bf0fd6fb..04c5782e 100644 --- a/tests/test_authentication.py +++ b/tests/test_authentication.py @@ -108,7 +108,7 @@ class SessionAuthTests(TestCase):          cf. [#1810](https://github.com/tomchristie/django-rest-framework/pull/1810)          """          response = self.csrf_client.get('/auth/login/') -        self.assertContains(response, '<label class="span4">Username:</label>') +        self.assertContains(response, '<label for="id_username">Username:</label>')      def test_post_form_session_auth_failing_csrf(self):          """ | 
