mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
moved 3rd arg from test_empty_post_uses_default_boolean_value test assert
This commit is contained in:
parent
59d9b6fc37
commit
05fdf0b631
|
@ -200,7 +200,7 @@ class TestAPITestClient(TestCase):
|
|||
data=None,
|
||||
content_type='application/json'
|
||||
)
|
||||
assert response.status_code == 200 == response.content
|
||||
assert response.status_code == 200
|
||||
assert response.data == {"flag": True}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user