Skip to content

Commit 4d447d1

Browse files
Ryan CaliRyan Cali
authored andcommitted
Fixed test
1 parent fd625a9 commit 4d447d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydra/engine/audit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,18 +209,18 @@ def audit_task(self, task):
209209
start_message = {
210210
"@id": self.aid,
211211
"@type": "task",
212-
"Activity_Label": label,
212+
"Label": label,
213213
"Command": command,
214214
"StartedAtTime": now(),
215215
"AssociatedWith": version_cmd,
216216
}
217217

218218
entity_message = {
219219
"@id": self.aid,
220-
"Entity_Label": print(entity_label),
220+
"Label": print(entity_label),
221221
"AtLocation": at_location,
222222
"GeneratedBy": "test", # if not part of workflow, this will be none
223-
"Type": "Task",
223+
"@type": "input",
224224
"digest": "checksum", # hash value under helpers.py
225225
}
226226

0 commit comments

Comments
 (0)