remove pdbs

This commit is contained in:
Cayo Puigdefabregas 2021-02-22 21:16:32 +01:00
parent d956271908
commit 30005e1f91
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def test_dependencies():
def test_api_docs(client: Client):
"""Tests /apidocs correct initialization."""
docs, _ = client.get('/apidocs')
# import pdb; pdb.set_trace()
assert set(docs['paths'].keys()) == {
'/actions/',
'/apidocs',