Commit a5bb9825 by Asif Saifuddin Auvi

attempt to fix test again

parent 4a0829d6
...@@ -530,7 +530,7 @@ class TestFilterBackendAppliedToViews(TestCase): ...@@ -530,7 +530,7 @@ class TestFilterBackendAppliedToViews(TestCase):
view = DynamicSerializerView.as_view() view = DynamicSerializerView.as_view()
request = factory.get('/') request = factory.get('/')
response = view(request).render() response = view(request).render()
assert response is 'field_b' assert 'field_b' in response
assert 'field_a' not in response 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