Skip to content

Commit

Permalink
remove old test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 28, 2025
1 parent 2dcf30c commit 713a947
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/integration/test_rest_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit 713a947

Please sign in to comment.