Fixing test, since executor now autovivifies certain job attributes
This commit is contained in:
@@ -51,8 +51,8 @@ TEST_CASE("rest_endpoint", "[server_basic]")
|
||||
"tag": "unit_server",
|
||||
"parameters": { "FILE": [ "A", "B" ] },
|
||||
"tasks": {
|
||||
"touch": { "job": { "command": [ "/usr/bin/touch", "dagrun_{{FILE}}" ]} },
|
||||
"cat": { "job": { "command": [ "/usr/bin/cat", "dagrun_A", "dagrun_B" ]},
|
||||
"touch": { "job": { "command": [ "/usr/bin/touch", "dagrun_{{FILE}}" ], "environment": []} },
|
||||
"cat": { "job": { "command": [ "/usr/bin/cat", "dagrun_A", "dagrun_B" ], "environment": []},
|
||||
"parents": [ "touch" ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user