Fix powerdns_recursor socket_mode option (#6572)

This commit is contained in:
Daniel Nelson
2019-10-23 12:50:54 -07:00
committed by GitHub
parent 44ab9b44f8
commit 504ccc25a7
3 changed files with 33 additions and 9 deletions

View File

@@ -139,7 +139,10 @@ func TestPowerdnsRecursorGeneratesMetrics(t *testing.T) {
p := &PowerdnsRecursor{
UnixSockets: []string{controlSocket},
SocketDir: "/tmp",
SocketMode: "0666",
}
err = p.Init()
require.NoError(t, err)
var acc testutil.Accumulator