plugin/template: fix formatting with go fmt (#5622)
Signed-off-by: Erik Johansson <ejohansson@spotify.com> Signed-off-by: Erik Johansson <ejohansson@spotify.com>
This commit is contained in:
parent
e93e932ce8
commit
0032be6a56
2 changed files with 5 additions and 5 deletions
|
@ -284,7 +284,7 @@ func TestHandler(t *testing.T) {
|
|||
qtype: dns.TypeANY,
|
||||
qname: "test.example.",
|
||||
expectedCode: dns.RcodeServerFailure,
|
||||
expectedErr: "template: answer:1:26: executing \"answer\" at <parseInt \"gg\" 16 8>: error calling parseInt: strconv.ParseUint: parsing \"gg\": invalid syntax",
|
||||
expectedErr: "template: answer:1:26: executing \"answer\" at <parseInt \"gg\" 16 8>: error calling parseInt: strconv.ParseUint: parsing \"gg\": invalid syntax",
|
||||
verifyResponse: func(r *dns.Msg) error {
|
||||
return nil
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue