middlewate/etc: fix test here as well
Make tests compile; failed to catch this due to use of tags for this part of the (test) code.
This commit is contained in:
parent
99cd11c2d4
commit
caa3976bfe
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
)
|
||||
|
||||
func fakeStubServerExampleNet(t *testing.T) (*dns.Server, string) {
|
||||
server, addr, err := test.UDPServer(t, "127.0.0.1:0")
|
||||
server, addr, err := test.UDPServer("127.0.0.1:0")
|
||||
if err != nil {
|
||||
t.Fatalf("failed to create a UDP server: %s", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue