fix test
This commit is contained in:
parent
9209e3cfaa
commit
72e4481b5d
|
@ -125,4 +125,4 @@ def test_api_docs(client: Client):
|
|||
'scheme': 'basic',
|
||||
'name': 'Authorization',
|
||||
}
|
||||
assert len(docs['definitions']) == 135
|
||||
assert len(docs['definitions']) == 136
|
||||
|
|
Reference in New Issue