summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Turner <jt@jtnet.co.uk>2017-12-07 21:23:30 +0000
committerJonathan Turner <jt@jtnet.co.uk>2017-12-07 21:23:30 +0000
commit1c67afdd941617ff7abac9457f820233683bf12c (patch)
tree9c20b89a94052a949e02cf0fcada66021f80c6e0
parentc01ecf1bcf9bc0bfef219ae64a62fa319b15a5af (diff)
test
-rw-r--r--srv_integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/srv_integration_test.go b/srv_integration_test.go
index fd703eb..c3d1924 100644
--- a/srv_integration_test.go
+++ b/srv_integration_test.go
@@ -16,7 +16,7 @@ func TestResolveKDC(t *testing.T) {
if err != nil {
t.Errorf("error resolving SRV DNS records: %v", err)
}
- assert.Equal(t, 5, count, "Number of SRV records not as expected: %v", res)
+ assert.Equal(t, 6, count, "Number of SRV records not as expected: %v", res)
assert.Equal(t, count, len(res), "Map size does not match: %v", res)
expected := []string{
"kdc.test.gokrb5:88",