From 713a94709953b9102457df49973bdca480a00233 Mon Sep 17 00:00:00 2001 From: ric-evans Date: Tue, 28 Jan 2025 16:23:13 -0600 Subject: [PATCH] remove old test code --- tests/integration/test_rest_routes.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/integration/test_rest_routes.py b/tests/integration/test_rest_routes.py index 1ca00af8..01baf1e5 100644 --- a/tests/integration/test_rest_routes.py +++ b/tests/integration/test_rest_routes.py @@ -610,11 +610,6 @@ async def _delete_scan( "scan_id": scan_id, "is_deleted": True, "progress": manifest["progress"], - "ewms_task": { - **resp["manifest"]["ewms_task"], - # whether workforce is done - "complete": manifest["ewms_task"]["complete"], - }, "last_updated": resp["manifest"]["last_updated"], # see below # TODO: check more fields in future (hint: ctrl+F this comment) },