Procházet zdrojové kódy

Fix: Use rsponse.json() to fix test-failure on json-3.5

pull/139/head
winkidney před 5 roky
rodič
revize
814782f5ef
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      core/tests/views.py

+ 2
- 2
core/tests/views.py Zobrazit soubor

@@ -28,8 +28,8 @@ class CreateImageTest(TestCase):

def test_post_error(self):
response = self.client.post(reverse('image-list'), {'image': None})
self.assertJSONEqual(
response.content,
self.assertEqual(
response.json(),
{
'image': [
'The submitted data was not a file. '


Načítá se…
Zrušit
Uložit