fixing test
This commit is contained in:
parent
45b44ce17b
commit
335c53530e
|
@ -119,4 +119,4 @@ def test_api_docs(client: Client):
|
||||||
'scheme': 'basic',
|
'scheme': 'basic',
|
||||||
'name': 'Authorization'
|
'name': 'Authorization'
|
||||||
}
|
}
|
||||||
assert len(docs['definitions']) == 117
|
assert len(docs['definitions']) == 118
|
||||||
|
|
Reference in New Issue