fixing test renders
This commit is contained in:
parent
3157c34ab8
commit
f6205912fb
|
@ -119,4 +119,4 @@ def test_api_docs(client: Client):
|
|||
'scheme': 'basic',
|
||||
'name': 'Authorization'
|
||||
}
|
||||
assert len(docs['definitions']) == 120
|
||||
assert len(docs['definitions']) == 121
|
||||
|
|
Reference in New Issue