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