Skip to content

Commit

Permalink
Adjust inspection_result message
Browse files Browse the repository at this point in the history
to match new setup in IDA
  • Loading branch information
tsundvoll committed Nov 21, 2024
1 parent 06bce8e commit 092633c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/isar/storage/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ def _publish_inspection_result(
"robot_name": settings.ROBOT_NAME,
"inspection_id": inspection.id,
"inspection_path": inspection_path,
"analysis_type": inspection.metadata.analysis_type,
"installation_code": settings.PLANT_SHORT_NAME,
"analysis_to_be_run": inspection.metadata.analysis_type,
"timestamp": datetime.now(timezone.utc),
},
cls=EnhancedJSONEncoder,
Expand Down

0 comments on commit 092633c

Please sign in to comment.