diff options
Diffstat (limited to 'test/end-to-end/serve-service/data/targets/TARGETS.dispatch')
-rw-r--r-- | test/end-to-end/serve-service/data/targets/TARGETS.dispatch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/end-to-end/serve-service/data/targets/TARGETS.dispatch b/test/end-to-end/serve-service/data/targets/TARGETS.dispatch index 24180bd7..91568434 100644 --- a/test/end-to-end/serve-service/data/targets/TARGETS.dispatch +++ b/test/end-to-end/serve-service/data/targets/TARGETS.dispatch @@ -19,12 +19,12 @@ , "outs": ["out.txt"] , "execution properties": {"type": "singleton_map", "key": "server", "value": "special"} - , "deps": ["payload", "drop"] + , "deps": ["drop", "payload"] } , "internal": { "type": "generic" , "cmds": ["cat out.txt post.txt > final.txt"] - , "deps": ["special-dispatch", "post"] + , "deps": ["post", "special-dispatch"] , "outs": ["final.txt"] } , "": |