Fix compilation problem with zone_test.go (s/test.Domain/test.domain/).
This commit is contained in:
parent
e39d11792c
commit
68fbdf7e65
@ -50,7 +50,7 @@ func TestNewMDNSService_BadParams(t *testing.T) {
|
|||||||
_, err := NewMDNSService(
|
_, err := NewMDNSService(
|
||||||
"instance name",
|
"instance name",
|
||||||
"_http._tcp",
|
"_http._tcp",
|
||||||
test.Domain,
|
test.domain,
|
||||||
test.hostName,
|
test.hostName,
|
||||||
80, // port
|
80, // port
|
||||||
[]net.IP{net.IP([]byte{192, 168, 0, 42})},
|
[]net.IP{net.IP([]byte{192, 168, 0, 42})},
|
||||||
|
Loading…
Reference in New Issue
Block a user