]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.recursor-dnssec/test_Sortlist.py
auth: switch circleci mssql image
[thirdparty/pdns.git] / regression-tests.recursor-dnssec / test_Sortlist.py
index 79fbe43fba67b145013fe0f8a1be98eb10dacd76..7665602bd0a67a426b435df2a9936b685f1d3ae1 100644 (file)
@@ -18,7 +18,7 @@ class testSortlist(RecursorTest):
 
         res = self.sendUDPQuery(msg, fwparams=dict(one_rr_per_rrset=True))
 
-        self.assertMessageHasFlags(res, ['QR', 'RA', 'RD'], ['DO'])
+        self.assertMessageHasFlags(res, ['QR', 'RA', 'RD'], [])
         self.assertRcodeEqual(res, dns.rcode.NOERROR)
 
         indexCNAME = -1