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
59614be475
commit
ac9474eb4b
|
@ -1474,7 +1474,7 @@ def test_coreapi_deprecation():
|
|||
paginator = PageNumberPagination()
|
||||
paginator.get_schema_fields({})
|
||||
|
||||
with pytest.warns(RemovedInDRF315Warning):
|
||||
with pytest.warns(RemovedInDRF317Warning):
|
||||
paginator = LimitOffsetPagination()
|
||||
paginator.get_schema_fields({})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user