mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Remove passthrough test from json-automate.
This commit is contained in:
parent
e25585d7d7
commit
8a017d5fd4
1 changed files with 1 additions and 5 deletions
|
@ -55,11 +55,7 @@ describe "inspec exec automate" do
|
|||
"job_uuid": "test123",
|
||||
"roles": ["stuff"],
|
||||
"environment": "prod",
|
||||
"node_name": "some_node",
|
||||
"passthrough": {
|
||||
"projects": ["alpha", "beta"],
|
||||
"another_tramp_datum": "another_value"
|
||||
}
|
||||
"node_name": "some_node"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue