mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Fix test_apiviews (remove a space)
This commit is contained in:
parent
fdc5563cba
commit
00522b6c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class ListCreateAPIViewTest(APITestCase):
|
|||
response.render()
|
||||
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertIn('"__unicode__": "Foo"', force_text(response.content))
|
||||
self.assertIn('"__unicode__":"Foo"', force_text(response.content))
|
||||
|
||||
def test_pagination(self):
|
||||
request = self.factory.get(reverse('admin2:blog_post_api_list'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue