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
5ec8d3ad03
commit
4045e062f7
|
@ -1448,7 +1448,7 @@ def test_coreapi_deprecation():
|
||||||
with pytest.warns(RemovedInDRF317Warning):
|
with pytest.warns(RemovedInDRF317Warning):
|
||||||
SchemaGenerator()
|
SchemaGenerator()
|
||||||
|
|
||||||
with pytest.warns(RemovedInDRF315Warning):
|
with pytest.warns(RemovedInDRF317Warning):
|
||||||
AutoSchema()
|
AutoSchema()
|
||||||
|
|
||||||
with pytest.warns(RemovedInDRF315Warning):
|
with pytest.warns(RemovedInDRF315Warning):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user