Skip to content

Commit

Permalink
Fix TLSA record integration test (#434)
Browse files Browse the repository at this point in the history
* fix tlsa record

* always forgot to name the exe back
  • Loading branch information
phillip-stephens authored Sep 4, 2024
1 parent 6c5c7b7 commit cf164e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testing/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,14 @@ def run_zdns_multiline_output(self, flags, name, executable=ZDNS_EXECUTABLE):
"selector": 1,
"matching_type": 1,
"certificate": "c1e715b41a893a35c8310e746552a6cd51ebaeadb2bf01d6e38e773f7adebe90"
}, {
"type": "TLSA",
"class": "IN",
"name": "_25._tcp.mail.ietf.org",
"cert_usage": 3,
"selector": 1,
"matching_type": 1,
"certificate": "2a8f1dbc25611cd32da057c5dde9c4d55db6dd9b386b402ede4b7507d93ede8d"
}
]

Expand Down

0 comments on commit cf164e2

Please sign in to comment.