Merge branch 'version-3-5' into handle-multiple-methods-on-custom-action

This commit is contained in:
Tom Christie 2016-09-30 15:06:28 +01:00
commit ab7a764553

View File

@ -109,7 +109,6 @@ class TestRouterGeneratedSchema(TestCase):
} }
} }
) )
print response.data
self.assertEqual(response.data, expected) self.assertEqual(response.data, expected)
def test_authenticated_request(self): def test_authenticated_request(self):