Skip to content

Commit

Permalink
patch: fix TLSA test
Browse files Browse the repository at this point in the history
It appears that the IETF has removed one of its TLSA records.
  • Loading branch information
developStorm committed Nov 25, 2024
1 parent c3972b5 commit 127d824
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions testing/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,14 +564,6 @@ def run_zdns_multiline_output(self, flags, name, executable=ZDNS_EXECUTABLE, app

TLSA_ANSWERS = [
{
"type": "TLSA",
"class": "IN",
"name": "_25._tcp.mail.ietf.org",
"cert_usage": 3,
"selector": 1,
"matching_type": 1,
"certificate": "2a8f1dbc25611cd32da057c5dde9c4d55db6dd9b386b402ede4b7507d93ede8d"
}, {
"type": "TLSA",
"class": "IN",
"name": "_25._tcp.mail.ietf.org",
Expand Down

0 comments on commit 127d824

Please sign in to comment.