Signed-off-by: Drew Gonzales <drew.gonzales@datadoghq.com>
pull/11760/head
Drew Gonzales 3 years ago
parent d88543cbc1
commit 33419b11f9
No known key found for this signature in database

@ -869,9 +869,9 @@ func TestReportUnusedValues(t *testing.T) {
}
engine := Engine{
Strict: true,
Strict: true,
LintMode: false,
config: nil,
config: nil,
}
_, err = engine.Render(c, v)

Loading…
Cancel
Save