adding endpoints to render test
This commit is contained in:
parent
2d4c4d4c89
commit
56f134bd18
|
@ -105,6 +105,8 @@ def test_api_docs(client: Client):
|
||||||
'/allocates/',
|
'/allocates/',
|
||||||
'/deallocates/',
|
'/deallocates/',
|
||||||
'/metrics/',
|
'/metrics/',
|
||||||
|
'/licences/',
|
||||||
|
'/lives/',
|
||||||
}
|
}
|
||||||
assert docs['info'] == {'title': 'Devicehub', 'version': '0.2'}
|
assert docs['info'] == {'title': 'Devicehub', 'version': '0.2'}
|
||||||
assert docs['components']['securitySchemes']['bearerAuth'] == {
|
assert docs['components']['securitySchemes']['bearerAuth'] == {
|
||||||
|
|
Reference in New Issue