diff --git a/tests/routes/task_orders/test_index.py b/tests/routes/task_orders/test_index.py index 53b8e9be..a28981da 100644 --- a/tests/routes/task_orders/test_index.py +++ b/tests/routes/task_orders/test_index.py @@ -23,6 +23,4 @@ def test_download_summary(client, user_session): doc = zip_.read(Docx.DOCUMENT_FILE).decode() for attr, val in task_order.to_dictionary().items(): assert attr in doc - if not xml_translated(val) in doc: - __import__("ipdb").set_trace() assert xml_translated(val) in doc