fixed test_basic

This commit is contained in:
Cayo Puigdefabregas 2020-11-24 16:12:59 +01:00
parent 87704db271
commit fd1efb8715
1 changed files with 1 additions and 1 deletions

View File

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