Jonathan Turner 8 лет назад
Родитель
Сommit
b6533affc3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      client/client_integration_test.go

+ 1 - 0
client/client_integration_test.go

@@ -411,6 +411,7 @@ func TestResolveKDC(t *testing.T) {
 	}
 	assert.Equal(t, 5, count, "Number of SRV records not as expected: %v", res)
 	assert.Equal(t, count, len(res), "Map size does not match: %v", res)
+	t.Logf("res: %v", res)
 	expected := []string{
 		"kdc.test.gokrb5:88",
 		"kdc1a.test.gokrb5:88",