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{ basicMockPostProcessor = &MockPostProcessor{
Config: MockConfig{ Config: MockConfig{
NotSquashed: "value <UNKNOWN>",
NestedMockConfig: basicNestedMockConfig, NestedMockConfig: basicNestedMockConfig,
Nested: basicNestedMockConfig, Nested: basicNestedMockConfig,
NestedSlice: []NestedMockConfig{ NestedSlice: []NestedMockConfig{

View File

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