mirror of
https://github.com/coredns/coredns.git
synced 2025-12-16 14:52:06 +01:00
Fix log test
This commit is contained in:
parent
6445a3f2f0
commit
20c81f54a4
@ -45,7 +45,7 @@ func TestLoggedStatus(t *testing.T) {
|
||||
}
|
||||
|
||||
logged := f.String()
|
||||
if !strings.Contains(logged, "A example.org. udp") {
|
||||
if !strings.Contains(logged, "A IN example.org. udp false 512") {
|
||||
t.Error("Expected it to be logged. Logged string -", logged)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user