aboutsummaryrefslogtreecommitdiff
path: root/middleware/log/log_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/log/log_test.go')
-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 2f4d8c098..8e6d48418 100644
--- a/middleware/log/log_test.go
+++ b/middleware/log/log_test.go
@@ -39,7 +39,7 @@ func TestLoggedStatus(t *testing.T) {
}
logged := f.String()
- if !strings.Contains(logged, "A IN example.org. udp false 512") {
+ if !strings.Contains(logged, "A IN example.org. udp 29 false 512") {
t.Errorf("Expected it to be logged. Logged string: %s", logged)
}
}