fixing test basics

This commit is contained in:
Cayo Puigdefabregas 2021-07-26 14:00:28 +02:00
parent 5e6ecaae49
commit 1e32b74b8f
1 changed files with 1 additions and 1 deletions

View File

@ -122,4 +122,4 @@ def test_api_docs(client: Client):
'scheme': 'basic',
'name': 'Authorization'
}
assert len(docs['definitions']) == 125
assert len(docs['definitions']) == 126