Skip to content
Snippets Groups Projects
Commit 806722bb authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests/integration: default match/adjust fields for compat

parent 8bf98ae3
Branches
Tags
No related merge requests found
......@@ -14,8 +14,8 @@ class Entry:
def __init__(self):
""" Initialize data entry. """
self.match_fields = None
self.adjust_fields = None
self.match_fields = ['opcode', 'qtype', 'qname']
self.adjust_fields = ['copy_id']
self.origin = '.'
self.message = dns.message.Message()
self.sections = []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment