fixed test_basic
This commit is contained in:
parent
87704db271
commit
fd1efb8715
|
@ -114,4 +114,4 @@ def test_api_docs(client: Client):
|
||||||
'scheme': 'basic',
|
'scheme': 'basic',
|
||||||
'name': 'Authorization'
|
'name': 'Authorization'
|
||||||
}
|
}
|
||||||
assert len(docs['definitions']) == 123
|
assert len(docs['definitions']) == 124
|
||||||
|
|
Reference in New Issue