fix: flow editor workspace script test use actual workspace script hash

This commit is contained in:
Ruben Fiszel
2025-04-16 00:44:49 +00:00
parent bc638967ea
commit c4ceb51bdb
5 changed files with 29 additions and 14 deletions
@@ -68,7 +68,9 @@
script.content,
script.language,
args,
$flowStore?.tag ?? (val.tag_override ? val.tag_override : script.tag)
$flowStore?.tag ?? (val.tag_override ? val.tag_override : script.tag),
script.lock,
val.hash
)
} else if (val.type == 'flow') {
await testJobLoader?.abstractRun(() =>