fix test_basic

This commit is contained in:
Cayo Puigdefabregas 2022-11-08 17:52:14 +01:00
parent 1b7d37b50a
commit 2c01183604
1 changed files with 0 additions and 2 deletions

View File

@ -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'] == {