From a4255e01599f7bb0dd4b5d5fb7361d8271d9d86d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 27 Jun 2024 16:42:08 -0500 Subject: Remove unnecessary debugging statements. --- tests/qc_app/test_results_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qc_app/test_results_page.py') diff --git a/tests/qc_app/test_results_page.py b/tests/qc_app/test_results_page.py index bb596d7..8c8379f 100644 --- a/tests/qc_app/test_results_page.py +++ b/tests/qc_app/test_results_page.py @@ -56,7 +56,7 @@ def test_results_with_completed_job_some_errors( 1. the system redirects to the results page 2. the results page displays the errors found """ - resp = client.get(f"/parse/status/{job_id}", follow_redirects=True);import sys;print(resp.data, file=sys.stderr) + resp = client.get(f"/parse/status/{job_id}", follow_redirects=True) assert len(resp.history) == 1 assert ( b'

We found the following errors

' -- cgit v1.2.3