Skip to content

Commit

Permalink
attempt to fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Nov 30, 2016
1 parent 4a0829d commit a5bb982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def test_dynamic_serializer_form_in_browsable_api(self):
view = DynamicSerializerView.as_view()
request = factory.get('/')
response = view(request).render()
assert response is 'field_b'
assert 'field_b' in response
assert 'field_a' not in response


Expand Down

0 comments on commit a5bb982

Please sign in to comment.