fix test_basic
This commit is contained in:
parent
1b7d37b50a
commit
2c01183604
|
@ -106,8 +106,6 @@ def test_api_docs(client: Client):
|
|||
'/versions/',
|
||||
'/workbench/',
|
||||
'/workbench/erasure_host/{id}/',
|
||||
'/new_register/',
|
||||
'/validate_user/{token}',
|
||||
}
|
||||
assert docs['info'] == {'title': 'Devicehub', 'version': '0.2'}
|
||||
assert docs['components']['securitySchemes']['bearerAuth'] == {
|
||||
|
|
Reference in New Issue