Finalize post-refactor layout and remove old pipeline files
This commit is contained in:
@@ -65,6 +65,21 @@ class PipelineStatusTests(unittest.TestCase):
|
||||
},
|
||||
],
|
||||
resolutions=[],
|
||||
links=[
|
||||
{
|
||||
"normalized_item_id": "gnorm_banana",
|
||||
"catalog_id": "cat_banana",
|
||||
"review_status": "approved",
|
||||
}
|
||||
],
|
||||
catalog=[
|
||||
{
|
||||
"catalog_id": "cat_banana",
|
||||
"catalog_name": "BANANA",
|
||||
"product_type": "banana",
|
||||
"category": "produce",
|
||||
}
|
||||
],
|
||||
)
|
||||
|
||||
counts = {row["stage"]: row["count"] for row in summary}
|
||||
|
||||
Reference in New Issue
Block a user