Skip to content

Commit

Permalink
Fix typo in MailRpkiExists result_nonexistent verdict
Browse files Browse the repository at this point in the history
Fixes: 35538eb
Signed-off-by: Maarten Aertsen <maarten.aertsen@ncsc.nl>
  • Loading branch information
Maarten Aertsen committed Nov 18, 2021
1 parent fd9d6d0 commit 78b5be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def result_info(self, tech_data):

def result_nonexistent(self):
self._status(STATUS_SUCCESS)
self.verdict = "detail web rpki exists verdict nonexistent"
self.verdict = "detail mail rpki exists verdict nonexistent"

def result_not_tested(self):
self.tech_type = ""
Expand Down

0 comments on commit 78b5be8

Please sign in to comment.