Skip to content

Commit d62a707

Browse files
authored
Merge pull request #6 from th2-net/fields-to-ignore
Fields to ignore
2 parents 8078358 + bc3704f commit d62a707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"package_name": "th2-check2-recon-template",
3-
"package_version": "2.1.3"
3+
"package_version": "2.1.4"
44
}

src/rules/demo_conn_vs_demo_dc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def hash(self, message: ReconMessage, attributes: tuple):
7272
def check(self, messages: [ReconMessage]) -> Event:
7373
logger.info(f"RULE '{self.get_name()}': CHECK: input_messages: {messages}")
7474

75-
ignore_fields = ['CheckSum', 'BodyLength', 'SendingTime', 'TargetCompID']
75+
ignore_fields = ['CheckSum', 'BodyLength', 'SendingTime', 'TargetCompID', 'MsgSeqNum']
7676
verification_component = self.message_comparator.compare_messages(messages, ignore_fields)
7777

7878
info_for_name = dict()

0 commit comments

Comments
 (0)