Commit 4a0829d6 by Asif Saifuddin Auvi

attempt to fix test

parent 27641e07
......@@ -530,7 +530,7 @@ class TestFilterBackendAppliedToViews(TestCase):
view = DynamicSerializerView.as_view()
request = factory.get('/')
response = view(request).render()
assert 'field_b' in response
assert response is 'field_b'
assert 'field_a' not in response
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment