fixing render tests

This commit is contained in:
Cayo Puigdefabregas 2021-04-21 14:42:44 +02:00
parent 17b409c9ee
commit da4a410f58
1 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@ def test_api_docs(client: Client):
'/metrics/',
'/tags/',
'/tags/{tag_id}/device/{device_id}',
'/trades/',
'/users/',
'/users/login/'
# '/devices/{dev1_id}/merge/{dev2_id}',
@ -120,4 +119,4 @@ def test_api_docs(client: Client):
'scheme': 'basic',
'name': 'Authorization'
}
assert len(docs['definitions']) == 118
assert len(docs['definitions']) == 119