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(
|
||||
"instance name",
|
||||
"_http._tcp",
|
||||
test.Domain,
|
||||
test.domain,
|
||||
test.hostName,
|
||||
80, // port
|
||||
[]net.IP{net.IP([]byte{192, 168, 0, 42})},
|
||||
|
Loading…
Reference in New Issue
Block a user