diff options
Diffstat (limited to 'middleware/autopath/autopath_test.go')
-rw-r--r-- | middleware/autopath/autopath_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/middleware/autopath/autopath_test.go b/middleware/autopath/autopath_test.go index 719389446..ca1290e26 100644 --- a/middleware/autopath/autopath_test.go +++ b/middleware/autopath/autopath_test.go @@ -56,6 +56,8 @@ func TestAutoPath(t *testing.T) { continue } + // No sorting here as we want to check if the CNAME sits *before* the + // test of the answer. resp := rec.Msg if !test.Header(t, tc, resp) { |