fixing base test
This commit is contained in:
parent
6dd54d9645
commit
7eff54f86a
|
@ -122,4 +122,4 @@ def test_api_docs(client: Client):
|
||||||
'scheme': 'basic',
|
'scheme': 'basic',
|
||||||
'name': 'Authorization'
|
'name': 'Authorization'
|
||||||
}
|
}
|
||||||
assert len(docs['definitions']) == 127
|
assert len(docs['definitions']) == 128
|
||||||
|
|
Reference in New Issue