Add test for invalid job types in workflow's job_outputs
parent
bd92d8f27a
commit
d437cfe649
@ -0,0 +1,7 @@
|
||||
local workflow = require('plugins.workflow')
|
||||
|
||||
function test.job_outputs()
|
||||
for job_type in pairs(workflow.test_data.job_outputs) do
|
||||
expect.true_(df.job_type[job_type], "Found unrecognized job type: " .. tostring(job_type))
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue