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