mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Update tests/schemas/test_coreapi.py
This commit is contained in:
parent
4852e0dad3
commit
c8f1d0432c
|
@ -1454,7 +1454,7 @@ def test_coreapi_deprecation():
|
||||||
with pytest.warns(RemovedInDRF317Warning):
|
with pytest.warns(RemovedInDRF317Warning):
|
||||||
ManualSchema({})
|
ManualSchema({})
|
||||||
|
|
||||||
with pytest.warns(RemovedInDRF315Warning):
|
with pytest.warns(RemovedInDRF317Warning):
|
||||||
deprecated_filter = OrderingFilter()
|
deprecated_filter = OrderingFilter()
|
||||||
deprecated_filter.get_schema_fields({})
|
deprecated_filter.get_schema_fields({})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user