mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 12:12:19 +03:00
Update tests/schemas/test_coreapi.py
This commit is contained in:
parent
f69c65638d
commit
4c227429e7
|
@ -1466,7 +1466,7 @@ def test_coreapi_deprecation():
|
|||
deprecated_filter = SearchFilter()
|
||||
deprecated_filter.get_schema_fields({})
|
||||
|
||||
with pytest.warns(RemovedInDRF315Warning):
|
||||
with pytest.warns(RemovedInDRF317Warning):
|
||||
paginator = BasePagination()
|
||||
paginator.get_schema_fields({})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user