Signed-off-by: Marcus Speight <marcus.speight@hotmail.co.uk>
Signed-off-by: Marcus Speight <marcus@pmconnect.co.uk>
(cherry picked from commit 7a663a56c2)
pull/9795/head
Marcus Speight 4 years ago committed by Martin Hickey
parent 9fbf594b80
commit cbd2868ac2

@ -297,7 +297,7 @@ func TestFailErrors(t *testing.T) {
if err == nil {
t.Fatalf("Expected failures while rendering: %s", err)
}
expected := `execution error at (failtpl:1:3): This is an error`
expected := `execution error at (failtpl:1:33): This is an error`
if err.Error() != expected {
t.Errorf("Expected '%s', got %q", expected, err.Error())
}

Loading…
Cancel
Save