add test
This commit is contained in:
parent
90610dcf04
commit
0ed10f921f
|
@ -190,6 +190,7 @@ var (
|
|||
}
|
||||
basicMockPostProcessor = &MockPostProcessor{
|
||||
Config: MockConfig{
|
||||
NotSquashed: "value <UNKNOWN>",
|
||||
NestedMockConfig: basicNestedMockConfig,
|
||||
Nested: basicNestedMockConfig,
|
||||
NestedSlice: []NestedMockConfig{
|
||||
|
|
|
@ -138,6 +138,7 @@ build {
|
|||
["a","b"],
|
||||
["c","d"]
|
||||
]
|
||||
not_squashed = "${var.foo} ${upper(build.ID)}"
|
||||
|
||||
nested {
|
||||
string = "string"
|
||||
|
@ -185,6 +186,7 @@ build {
|
|||
["a","b"],
|
||||
["c","d"]
|
||||
]
|
||||
not_squashed = "${var.foo} ${upper(build.ID)}"
|
||||
|
||||
nested {
|
||||
string = "string"
|
||||
|
|
Loading…
Reference in New Issue