This commit is contained in:
Adrien Delorme 2020-07-06 11:48:39 +02:00
parent 90610dcf04
commit 0ed10f921f
2 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,7 @@ var (
}
basicMockPostProcessor = &MockPostProcessor{
Config: MockConfig{
NotSquashed: "value <UNKNOWN>",
NestedMockConfig: basicNestedMockConfig,
Nested: basicNestedMockConfig,
NestedSlice: []NestedMockConfig{

View File

@ -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"