aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--middleware/log/log_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/log/log_test.go b/middleware/log/log_test.go
index 2584c09ba..32c5e37d1 100644
--- a/middleware/log/log_test.go
+++ b/middleware/log/log_test.go
@@ -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)
}
}